summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 42ca22a)
raw | patch | inline | side by side (parent: 42ca22a)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Mar 2013 17:55:03 +0000 (18:55 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Mar 2013 17:55:03 +0000 (18:55 +0100) |
This seems to cause errors with some versions of GCC when using assertions
that (after optimization, inlining, and code-analysis) will never be true.
that (after optimization, inlining, and code-analysis) will never be true.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index e9e8a3c8956ece3f5b99101ba7af836455c6ae5a..148b76dbf5089f2710a9a5f153a3ad551014ae18 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-Wmissing-prototypes \
-Wpointer-arith \
-Wshadow \
- -Wstrict-prototypes \
- -Wunreachable-code; do
+ -Wstrict-prototypes; do
AC_MSG_CHECKING([whether $CC accepts $flag])
if test_cc_flags $flag; then