X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/327db05b226e6435185a9ac59ec0b5c162613e36..1ad6f4daa36c9d2a2dea554be0914d62527bf892:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index 9fc9aab9..4eb39812 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -108,24 +108,6 @@ enum trace /** What debug items bison displays during its run. */ extern int trace_flag; -/*-------------. -| --warnings. | -`-------------*/ - -enum warnings - { - Wnone = 0, /**< Issue no warnings. */ - Werror = 1 << 0, /**< Warnings are treated as errors. */ - Wmidrule_values = 1 << 1, /**< Unset or unused midrule values. */ - Wyacc = 1 << 2, /**< POSIXME. */ - Wconflicts_sr = 1 << 3, /**< S/R conflicts. */ - Wconflicts_rr = 1 << 4, /**< R/R conflicts. */ - Wother = 1 << 5, /**< All other warnings. */ - Wall = ~Werror /**< All above warnings. */ - }; -/** What warnings are issued. */ -extern int warnings_flag; - /** Process the command line arguments. *