X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fmolecule.c;h=39ad1969e7e8d05693c7b0c63e4c63e094199d4b;hp=c54c101c6f6b821da0d2000de59bc25482e6a494;hb=6a1da724858673ac40aa13a9612340d8bed8c7b9;hpb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930 diff --git a/hacks/glx/molecule.c b/hacks/glx/molecule.c index c54c101c..39ad1969 100644 --- a/hacks/glx/molecule.c +++ b/hacks/glx/molecule.c @@ -90,6 +90,11 @@ static int scale_down; #define TUBE_FACES_2 3 +# ifdef __GNUC__ + __extension__ /* don't warn about "string length is greater than the length + ISO C89 compilers are required to support" when includng + the following data file... */ +# endif const char * const builtin_pdb_data[] = { # include "molecules.h" };