From: Brian Aker Date: Mon, 29 Jun 2009 21:02:22 +0000 (-0700) Subject: Downgrading the configure. X-Git-Tag: 0.31~10 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=01bf1ec1452f664768a0af2b6a4b2f6dccf980e7;p=m6w6%2Flibmemcached Downgrading the configure. --- diff --git a/configure.ac b/configure.ac index 44102861..80be7be3 100644 --- a/configure.ac +++ b/configure.ac @@ -285,7 +285,8 @@ uint16_t x= htons(80); [CC_COVERAGE="-fprofile-arcs -ftest-coverage"]) AS_IF([test "$building_from_bzr" = "yes"], - [W_FAIL="-Werror"]) + [W_FAIL=""]) + #[W_FAIL="-Werror"]) BASE_WARNINGS="-pedantic -Wall -Wextra ${W_FAIL} -Wundef -Wshadow -Wmissing-declarations -Wstrict-aliasing -Wformat=2 ${F_DIAGNOSTICS_SHOW_OPTION} ${W_CONVERSION}" CC_WARNINGS="${BASE_WARNINGS} -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wswitch-default -Wswitch-enum -Wcast-align"