On Fri, 4 Dec 2015 at 22:25 Elias Pschernig <[email protected]> wrote:
> > The same is true with mingw and under Linux and OSX, but neither gcc nor > clang have any warnings. What is an example of such a warning? > >> >> http://imgur.com/gklTx4E >> > The relevant warning in Xcode is 'Implicit conversion to 32 bit type' a.k.a GCC_WARN_64_TO_32_BIT_CONVERSION = YES but this is not enabled by default in the configuration that CMake creates. The corresponding warning(s) are enabled for MSVC. I'll investigate /W3 on Windows, too. Pete
_______________________________________________ Allegro-developers mailing list [email protected] https://mail.gna.org/listinfo/allegro-developers
