A lot of compilers specify warnings category. Bison should do the same. Victor Santet (5): warnings: specify warnings categories maint: new warning flag maint: prepare forthcoming changes style changes warnings: display warnings categories
src/closure.c | 1 + src/complain.c | 32 +++++++++-- src/complain.h | 1 + src/derives.c | 1 + src/getargs.c | 1 - src/gram.c | 26 ++++----- src/gram.h | 3 - src/output.c | 2 - src/reader.c | 9 ++- src/reduce.c | 12 ++-- src/system.h | 1 + tests/actions.at | 76 ++++++++++++------------- tests/conflicts.at | 28 ++++----- tests/existing.at | 2 +- tests/input.at | 156 +++++++++++++++++++++++++-------------------------- tests/named-refs.at | 18 +++--- tests/output.at | 16 +++--- tests/reduce.at | 92 +++++++++++++++--------------- tests/regression.at | 10 ++-- tests/skeletons.at | 6 +- 20 files changed, 257 insertions(+), 236 deletions(-) -- 1.7.9.5
