summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eac3bd4..73acd29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,6 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wstack-protector" # not worth working around
# things to fix soon:
nw="$nw -Wshadow"
- nw="$nw -Wmissing-prototypes"
nw="$nw -Wmissing-format-attribute"
nw="$nw -Wmissing-declarations"
nw="$nw -Wstrict-overflow"