# HG changeset patch # User Timo Sirainen # Date 1030510674 -10800 # Node ID 168e0bd616b6505af8eb96cb7142c1d80ce233fd # Parent 83ae914a583a928881137e497975321c508665cc added -Wcast-qual to list of "remember to test with" cflags :) diff -r 83ae914a583a -r 168e0bd616b6 configure.in --- 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