Downgrading the configure.
authorBrian Aker <brian@gaz>
Mon, 29 Jun 2009 21:02:22 +0000 (14:02 -0700)
committerBrian Aker <brian@gaz>
Mon, 29 Jun 2009 21:02:22 +0000 (14:02 -0700)
configure.ac

index 44102861f29fa2f61dfb45ecaa7032fa9e5cff13..80be7be31dce060d5f61970e108c1af780dbf784 100644 (file)
@@ -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"