X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5458913abab5e33938892b0d279f02f3b09d94db..6c05543cb03b40b9728f7073c4073ce993d796c6:/src/complain.c diff --git a/src/complain.c b/src/complain.c index 7d905de5..d79a2502 100644 --- a/src/complain.c +++ b/src/complain.c @@ -29,7 +29,8 @@ #include "files.h" #include "getargs.h" -warnings warnings_flag = Wconflicts_sr | Wconflicts_rr | Wother; +warnings warnings_flag = + Wconflicts_sr | Wconflicts_rr | Wdeprecated | Wother; bool complaint_issued; static unsigned *indent_ptr = 0; @@ -45,6 +46,7 @@ warnings_print_categories (warnings warn_flags) "yacc", "conflicts-sr", "conflicts-rr", + "deprecated", "other" };