From: Jesse Thilo Date: Thu, 13 Apr 2000 18:47:05 +0000 (+0000) Subject: # oops: wanted -Wshadow, not -Wno-char-subscripts. X-Git-Tag: BISON-1_28b~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab3bec29462d8416b8b4884895f07f29982108be;p=platform%2Fupstream%2Fbison.git # oops: wanted -Wshadow, not -Wno-char-subscripts. --- diff --git a/configure.in b/configure.in index 5c6abfb..020e648 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