From 980b568a3d70b5df9e450266641ff1c94cc24c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 20 Aug 2005 02:05:02 +0000 Subject: Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flags svn path=/trunk/; revision=15453 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4d827c33fd..549e3080d5 100644 --- a/configure.in +++ b/configure.in @@ -116,7 +116,7 @@ AC_ARG_WITH(extra-gcc-checks, [ if test $withval != no then - ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic -Wstrict-prototypes" + ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings" fi ],) AC_MSG_CHECKING(to see if we can add '-Wall -W $ethereal_extra_gcc_flags' to CFLAGS) -- cgit v1.2.1