Sort.
[cparser] / warning.h
2008-08-31 Christoph MallonSort.
2008-08-31 Michael Beck- implemented -Wwrite-strings
2008-08-31 Michael Beck- BugFix: GCC allows arithmetic on function pointers
2008-08-31 Michael Beck- implemented -Wswitch-enum
2008-08-25 Christoph MallonImplement -Wmissing-noreturn.
2008-08-25 Christoph MallonImplement -Wlong-long.
2008-08-25 Christoph MallonImplement -Wnested-externs.
2008-08-25 Christoph MallonImplement -Wdeclaration-after-statement.
2008-08-25 Christoph MallonPartially implement -Wdeprecated-declarations.
2008-08-24 Christoph MallonProperly detect unreachable code and when control flow...
2008-08-24 Christoph MallonRemove duplicate warning entry, sort.
2008-08-17 Christoph MallonWhitespace.
2008-06-02 Michael Beckadd option -Wreturn-type
2008-03-19 Michael Beckrenamed format option, added nonnull option
2008-03-18 Michael BeckMostly finished parsing of GNU attributes.
2008-02-18 Matthias Braunadd license comments
2007-12-19 Michael Beck- -Wmultichar implemented
2007-12-15 Michael Beck- implemented -Wsign-compare
2007-12-15 Christoph MallonAccept -Wno-all, -Wno-extra and -Wno-unused like GCC.
2007-12-15 Michael Beckimplemented -Wall, -Wextra, -Wunused, -Wunused-function...
2007-12-15 Michael Beckprelimiraries for -Wunused-parameter and -Wunused-variable:
2007-12-15 Michael Beck- implemented -Wunused-label
2007-12-15 Michael Beck- implemented Wfloat-equal
2007-12-14 Christoph MallonImplement -Wmain.
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.