Comment 5 for bug 1033615

Revision history for this message
Mark Scott (mxsscott) wrote : Re: Consider checking for more warnings when compiling Widelands with WL_EXTRAWARNINGS

What is the recommended GCC version for compiling Widelands with?

MacOSX 10.5.8 has 4.0 and 4.2 as installed choices, though I can whip up a version of anything including the development version 4.8-20121230 via MacPorts.

GCC 4.6+ supports "#pragma GCC diagnostic xxx" in the middle of functions, critical for silencing a warning coming from an external #define such as GLEW_VERSION_1_4 (which does an old-style cast).