Some adjustments to GCC warning flags. The important change
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 12 Dec 2008 20:43:21 +0000 (22:43 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 12 Dec 2008 20:43:21 +0000 (22:43 +0200)
commita94bf00d0af9b423851905b031be5a645a657820
tree6d1d71338dbf2c15ea7548b78c3e1ec93f8bfa68
parent8582d392baacd2cdac07ca60041f8c661323676d
Some adjustments to GCC warning flags. The important change
is the removal of -pedantic. It messes up -Werror (which I
really want to keep so that I don't miss any warnings) with
printf format strings that are in POSIX but not in C99.
configure.ac