diff options
author | nijtmans <nijtmans> | 2008-11-11 22:13:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-11 22:13:35 (GMT) |
commit | d215519532e30611c242be082ed2b40ed9d9e4b1 (patch) | |
tree | 1ea60f7ecf43983bbcaa12bb9a7ba67e6c184c85 | |
parent | 382e7dcaf6581b63580d15affc7ac2f66c4ad712 (diff) | |
download | tk-d215519532e30611c242be082ed2b40ed9d9e4b1.zip tk-d215519532e30611c242be082ed2b40ed9d9e4b1.tar.gz tk-d215519532e30611c242be082ed2b40ed9d9e4b1.tar.bz2 |
reverted change from 2008-11-06 (was under the impression that
"-Wno-implicit-int" added an extra warning)
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2008-11-11 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tcl.m4: reverted change from 2008-11-06 (was under the impression + that "-Wno-implicit-int" added an extra warning) + * win/configure (regenerated) + 2008-11-09 Joe English <jenglish@users.sourceforge.net> * generic/ttk/ttkWidget.c: Remove unnecessary casts. diff --git a/win/configure b/win/configure index 54027b8..997d6d2 100755 --- a/win/configure +++ b/win/configure @@ -2819,7 +2819,7 @@ echo "$as_me: error: ${CC} does not support the -shared option. CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= @@ -529,7 +529,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |