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