updated for version 7.2-055
diff --git a/src/globals.h b/src/globals.h
index c03c693..e26a317 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1549,6 +1549,14 @@
EXTERN time_t starttime;
/*
+ * Some compilers warn for not using a return value, but in some situations we
+ * can't do anything useful with the value. Assign to this variable to avoid
+ * the warning.
+ */
+EXTERN int ignored;
+EXTERN char *ignoredp;
+
+/*
* Optional Farsi support. Include it here, so EXTERN and INIT are defined.
*/
#ifdef FEAT_FKMAP