From ab3bec29462d8416b8b4884895f07f29982108be Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Thu, 13 Apr 2000 18:47:05 +0000 Subject: [PATCH] # oops: wanted -Wshadow, not -Wno-char-subscripts. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2