]> git.saurik.com Git - bison.git/commitdiff
# 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 5c6abfb468f7e6105a9ef09e0dcfeef2216fc6c9..020e64830b7f99108c66c39c4309ea527e7129a0 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