# oops: wanted -Wshadow, not -Wno-char-subscripts.
authorJesse Thilo <jthilo@gnu.org>
Thu, 13 Apr 2000 18:47:05 +0000 (18:47 +0000)
committerJesse Thilo <jthilo@gnu.org>
Thu, 13 Apr 2000 18:47:05 +0000 (18:47 +0000)
configure.in

index 5c6abfb..020e648 100644 (file)
@@ -36,7 +36,7 @@ if test "${enableval}" = yes; then
   BISON_WARNING(-Wmissing-declarations)
   BISON_WARNING(-Wmissing-prototypes)
   BISON_WARNING(-Wnested-externs)
-  BISON_WARNING(-Wno-char-subscripts)
+  BISON_WARNING(-Wshadow)
   BISON_WARNING(-Wstrict-prototypes)
   BISON_WARNING(-Wwrite-strings)
 fi