fix warnings, disable empty statement warning by default
[cparser] / warning.c
2007-12-14 Matthias Braunfix warnings, disable empty statement warning by default
2007-12-14 Christoph MallonAdd -Wempty-statement, which warns about empty statemen...
2007-12-14 Christoph MallonImplement -Wunknown-pragmas.
2007-12-14 Christoph MallonImplement -Wswitch-default.
2007-12-13 Christoph MallonImplement -Wmissing_prototypes.
2007-12-13 Christoph MallonImplement -Wunused-value.
2007-12-13 Christoph MallonImplement a new agile warning framework.