Accept -Wno-all, -Wno-extra and -Wno-unused like GCC.
[cparser] / adt /
2007-12-14 Matthias Braunfix warnings, disable empty statement warning by default
2007-12-05 Michael Beckinclude config.h for __attribute__()
2007-11-25 Michael Beckuse NORETURN macro instead of gcc like __attribute__...
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-17 Michael Beck__typeof__ is a GNU extension
2007-11-16 Michael Beckremoved abort() declaration, use from stdlib.h
2007-11-12 Matthias Braunstricter warnings
2007-06-18 Matthias Braunmake it compile
2007-06-18 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser