diff --git a/configure.in b/configure.in index 5c6abfb4..020e6483 100644 --- a/configure.in +++ b/configure.in @@ -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