summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-03-10 09:37:19 +0100
committerJim Meyering <meyering@redhat.com>2011-03-27 09:19:55 +0200
commitd08c6262c745998e4ca34bc1e352a2fe208b39c4 (patch)
tree388bd02526e53bd85264a6da0ba3f76f9da99306 /configure.ac
parentdf2831fbdf3e61181a96324852e0a2a0fc6ae79a (diff)
downloadpatch-d08c6262c745998e4ca34bc1e352a2fe208b39c4.tar.gz
build: don't turn off -Wmissing-prototypes
* configure.ac (WERROR_CFLAGS): Don't turn off -Wmissing-prototypes. * src/pch.c (skip_hex_digits): Declare static. * src/bestmatch.h (bestmatch): Likewise.
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"