On Sat, Jul 05, 2014 at 12:21:47PM -0500, Arthur Marble wrote: > Using the rebuild infrastructure, your package fails to build with clang > (instead of gcc). [...] > + * Fix FTBFS with clang instead of gcc > + - Fixed "equality comparison with extraneous parentheses" error > + in: src/player.cpp [...] > +- else if ((player.environment == ENV_WATER)) > ++ else if (player.environment == ENV_WATER)
Uhm, why is clang giving an error? This is perfectly valid C. I can imagine that it would error if you compile it with -Wall -Werror, but as far as I know the only warning turned into an error is format-security. Could this be a clang bug? Do you have the full build log from using clang? -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org>
signature.asc
Description: Digital signature