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/configure | |
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/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 6b2e109..af10732 100755 --- a/win/configure +++ b/win/configure @@ -3364,7 +3364,7 @@ echo "$as_me: error: ${CC} does not support the -shared option. CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wdeclaration-after-statement" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |