# oops: wanted -Wshadow, not -Wno-char-subscripts.

This commit is contained in:
Jesse Thilo
2000-04-13 18:47:05 +00:00
parent 00f4332938
commit ab3bec2946

View 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