Accept -Wno-all, -Wno-extra and -Wno-unused like GCC.
[cparser] / diagnostic.c
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-11 Michael Beckoptions -w and -Wfatal-errors implemented
2007-12-11 Michael Beck-Werror implemented
2007-12-08 Matthias Braunadd %Y diagnostic modifier for symbols and make use...
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-08 Michael Beck- some doxygen comments added
2007-12-07 Christoph MallonNew diagnostic functions diagnosticf(), errorf() and...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.