ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / utils / xmu.c
index 6cd6f465f0070fb058599b2c4e045c8fb8e495fb..2f273d469c370ae8761b232130b82871b5464bf0 100644 (file)
@@ -167,10 +167,7 @@ ERROR! Unsupported release of X11
 
 #else  /* HAVE_XMU */
 
-# ifdef __osf__
-  /* Stupid alpha 3.2 compiler returns a FAILURE exit code if compiling
-     an empty file.  Fake it out with a file-private variable. */
-  static const int digital_unix_compiler_sucks;
-# endif /* __osf__ */
+/* Shut up the stupid "gcc -pedantic" warning */
+int _I_dont_care_that_ISO_C_forbids_an_empty_source_file_ = 1;
 
 #endif /* HAVE_XMU */