New tests.
[mono.git] / mcs / jay / defs.h
index f3679864735109a25ade32aab48d6574282fe9f6..9e50b38d869a664aa77b8a0fb7d3cabaadb39b7e 100644 (file)
 #include <string.h>
 #include <errno.h>
 
+/* Quiet warnings which might bother rpm */
+#ifdef __GNUC__
+#pragma GCC diagnostic ignored "-Wimplicit-function-declaration"
+#pragma GCC diagnostic ignored "-Wreturn-type"
+#endif
 
 /*  machine-dependent definitions                      */
 /*  the following definitions are for the Tahoe                */