Hi, The following changes address the following issues:
1) The warnings / errors report of Bison when invoked with -Werror was an abridged version of that without. Thus, a rewriting of the expected stderr was necessary when running with -Werror. This behavior is not desired, and these patches remove it. 2) Minor fixes to Werror, where some context information wasn't displayed, and fixed the fact that -Werror -Wnone showed nothing but exited 1 nonetheless... a test will be added soon to fix this. The 6 tests on graphviz output still fail, this will also be fixed soon. Theophile Ranquet (3): tests: reindent for legibility warnings: fix early exit tests: fix AT_BISON_CHECK_WARNINGS_ stderr rewriting src/complain.c | 9 ++++++--- src/complain.h | 13 ++++++++++++- src/main.c | 6 +++--- src/reader.c | 2 +- src/scan-code.l | 24 ++++++++++++++--------- src/scan-skel.l | 2 +- tests/local.at | 59 ++++++++++++++++----------------------------------------- 7 files changed, 54 insertions(+), 61 deletions(-) -- 1.7.11.4
