mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
warnings: introduce -Wdeprecated in the usage info
The deprecated warning, introduced some time ago, was not displayed in the usage message. This patch addresses the issue. * src/getargs.c (usage): Insert here. Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
This commit is contained in:
committed by
Akim Demaille
parent
b8e7ad5887
commit
bd52638008
@@ -343,13 +343,14 @@ Warning categories include:\n\
|
|||||||
`yacc' incompatibilities with POSIX Yacc\n\
|
`yacc' incompatibilities with POSIX Yacc\n\
|
||||||
`conflicts-sr' S/R conflicts (enabled by default)\n\
|
`conflicts-sr' S/R conflicts (enabled by default)\n\
|
||||||
`conflicts-rr' R/R conflicts (enabled by default)\n\
|
`conflicts-rr' R/R conflicts (enabled by default)\n\
|
||||||
|
`deprecated' obsolete constructs\n\
|
||||||
`other' all other warnings (enabled by default)\n\
|
`other' all other warnings (enabled by default)\n\
|
||||||
`all' all the warnings\n\
|
`all' all the warnings\n\
|
||||||
`no-CATEGORY' turn off warnings in CATEGORY\n\
|
`no-CATEGORY' turn off warnings in CATEGORY\n\
|
||||||
`none' turn off all the warnings\n\
|
`none' turn off all the warnings\n\
|
||||||
`error' treat warnings as errors\n\
|
`error' treat warnings as errors\n\
|
||||||
\n\
|
|
||||||
"), stdout);
|
"), stdout);
|
||||||
|
putc ('\n', stdout);
|
||||||
|
|
||||||
fputs (_("\
|
fputs (_("\
|
||||||
THINGS is a list of comma separated words that can include:\n\
|
THINGS is a list of comma separated words that can include:\n\
|
||||||
|
|||||||
Reference in New Issue
Block a user