X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fxmu.c;h=2f273d469c370ae8761b232130b82871b5464bf0;hp=6cd6f465f0070fb058599b2c4e045c8fb8e495fb;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/utils/xmu.c b/utils/xmu.c index 6cd6f465..2f273d46 100644 --- a/utils/xmu.c +++ b/utils/xmu.c @@ -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 */