diff options
author | nijtmans <nijtmans> | 2010-09-23 10:01:57 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-23 10:01:57 (GMT) |
commit | 25157d30417b906b70fbc56e8105543d1b94a962 (patch) | |
tree | d6594df4ec21f5a4ac54918403bdfa99196ab20c /win/tcl.m4 | |
parent | 82c5aed7f6fa4e8afaf8f80e7d560dbbb63ce79d (diff) | |
download | tk-25157d30417b906b70fbc56e8105543d1b94a962.zip tk-25157d30417b906b70fbc56e8105543d1b94a962.tar.gz tk-25157d30417b906b70fbc56e8105543d1b94a962.tar.bz2 |
Add -Wdeclaration-after-statement
tkWinX.c,winMain.c: Make compilable with -DUNICODE
tkAppInit.c,winMain.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ file for information about building with Mingw.]) CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wdeclaration-after-statement" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |