diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2009-11-28 Kaz Kylheku <kkylheku@gmail.com> + * Makefile (CFLAGS): If the compiler matches the pattern %g++, + then remove some C-front-end-specific warnings from CFLAGS, + which the g++ front end will complain about. + +2009-11-28 Kaz Kylheku <kkylheku@gmail.com> + * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o. This suppresses some warnings from a byacc-generated parser, and gets rid of a useless static sccsid array. May help with |