From 01bf1ec1452f664768a0af2b6a4b2f6dccf980e7 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 29 Jun 2009 14:02:22 -0700 Subject: [PATCH] Downgrading the configure. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.30.2