changeset 65:168e0bd616b6 HEAD

added -Wcast-qual to list of "remember to test with" cflags :)
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Aug 2002 07:57:54 +0300
parents 83ae914a583a
children f239e9a2c96c
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Aug 28 07:54:23 2002 +0300
+++ b/configure.in	Wed Aug 28 07:57:54 2002 +0300
@@ -94,7 +94,7 @@
 
 dnl * gcc specific options
 if test "x$ac_cv_prog_gcc" = "xyes"; then
-	# -Wchar-subscripts -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
+	# -Wchar-subscripts -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
 	CFLAGS="$CFLAGS -Wall -W"
 fi