aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6b60e2214fd..21b8c9d2b8f 100644
--- a/configure.in
+++ b/configure.in
@@ -763,6 +763,8 @@ else
763 nw="$nw -Wshadow" 763 nw="$nw -Wshadow"
764 764
765 # The following lines should be removable at some point. 765 # The following lines should be removable at some point.
766 nw="$nw -Wstack-protector"
767 nw="$nw -Wstrict-overflow"
766 nw="$nw -Wsuggest-attribute=const" 768 nw="$nw -Wsuggest-attribute=const"
767 nw="$nw -Wsuggest-attribute=pure" 769 nw="$nw -Wsuggest-attribute=pure"
768 770