http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / utils / xmu.c
index 9773cd237f3ab38e7300135f2159d30d9a9bfff3..2f273d469c370ae8761b232130b82871b5464bf0 100644 (file)
@@ -165,4 +165,9 @@ ERROR! Unsupported release of X11
     return 1;
 }
 
-#endif /* !HAVE_XMU */
+#else  /* HAVE_XMU */
+
+/* Shut up the stupid "gcc -pedantic" warning */
+int _I_dont_care_that_ISO_C_forbids_an_empty_source_file_ = 1;
+
+#endif /* HAVE_XMU */