diff src/globals.h @ 1757:f10fe14748e2 v7.2.055

updated for version 7.2-055
author vimboss
date Fri, 28 Nov 2008 20:29:07 +0000
parents 2e42153b37f1
children 021f9d0f60a1
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -1549,6 +1549,14 @@ EXTERN int xsmp_icefd INIT(= -1);   /* T
 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