X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=80be7be31dce060d5f61970e108c1af780dbf784;hb=75c771a6f6e51c18775e4db8045ef3b6dead8779;hp=44102861f29fa2f61dfb45ecaa7032fa9e5cff13;hpb=f63d634e21459280599f663154089fa724903bd6;p=m6w6%2Flibmemcached 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"