Comment 11 for bug 361788

Revision history for this message
Mirco Müller (macslow) wrote :

Skipping -Werror from configure.in and tests/Makefile.am and instead using ./configure --enable-compile-warnings=error does not have same effect. Warnings are just that and are not treated as errors, thus the are not interrupting the compilation and pointing you to the flaw in the sourcecode. I've added AC_PROG_CC_C99 and removed -std=c99 though.