summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-12 22:47:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-12 22:47:23 +0000
commit2b7061da0b02ce80304a94a23a379baa69e7f33e (patch)
tree9bba5853df5f650c663c897f458a80313b64d644
parent04e56c523945ae472364ba156574746f18b726c1 (diff)
downloadgpsd-2b7061da0b02ce80304a94a23a379baa69e7f33e.tar.gz
Pull -W out of the options...
..this gets rid of a couple of spurious warnings and splint does a better job anyway.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a6493925..cec0395a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@ AC_STDC_HEADERS
AC_C_CONST
if eval "test x$GCC = xyes"; then
- CFLAGS="$CFLAGS -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -W -D_GNU_SOURCE"
- dnl -Wcast-qual
+ CFLAGS="$CFLAGS -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE"
+ dnl -Wcast-qual -W
fi
AC_CHECK_HEADERS(termios.h sys/termios.h sys/select.h strings.h sys/time.h X11/xpm.h xpm.h getopt.h sys/modem.h sys/ipc.h sys/shm.h)