summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 68241f1..74dd661 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,13 +52,6 @@ if test "x$enable_debug" = xyes; then
fi
fi
-
-if test "x$GCC" = xyes ; then
- WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector -Wunreadchable-code"
-else
- WARN=""
-fi
-
if test "x$GXX" = xyes ; then
WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector"
else