summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
-rw-r--r--configure.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 66966f493..af8acf6b5 100755
--- a/configure
+++ b/configure
@@ -4530,6 +4530,7 @@ fi
case $enable_debug in
"no")
# default value
+ CFLAGS="$CFLAGS -Wno-unused -Wno-parentheses"
;;
"yes")
CFLAGS="$CFLAGS -g -DDEBUG"
diff --git a/configure.in b/configure.in
index aab1f58fb..c8252048a 100644
--- a/configure.in
+++ b/configure.in
@@ -352,6 +352,7 @@ fi
case $enable_debug in
"no")
# default value
+ CFLAGS="$CFLAGS -Wno-unused -Wno-parentheses"
;;
"yes")
CFLAGS="$CFLAGS -g -DDEBUG"