mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
# oops: wanted -Wshadow, not -Wno-char-subscripts.
This commit is contained in:
@@ -36,7 +36,7 @@ if test "${enableval}" = yes; then
|
|||||||
BISON_WARNING(-Wmissing-declarations)
|
BISON_WARNING(-Wmissing-declarations)
|
||||||
BISON_WARNING(-Wmissing-prototypes)
|
BISON_WARNING(-Wmissing-prototypes)
|
||||||
BISON_WARNING(-Wnested-externs)
|
BISON_WARNING(-Wnested-externs)
|
||||||
BISON_WARNING(-Wno-char-subscripts)
|
BISON_WARNING(-Wshadow)
|
||||||
BISON_WARNING(-Wstrict-prototypes)
|
BISON_WARNING(-Wstrict-prototypes)
|
||||||
BISON_WARNING(-Wwrite-strings)
|
BISON_WARNING(-Wwrite-strings)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user