summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-11 22:13:35 (GMT)
committernijtmans <nijtmans>2008-11-11 22:13:35 (GMT)
commitd215519532e30611c242be082ed2b40ed9d9e4b1 (patch)
tree1ea60f7ecf43983bbcaa12bb9a7ba67e6c184c85
parent382e7dcaf6581b63580d15affc7ac2f66c4ad712 (diff)
downloadtk-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--ChangeLog6
-rwxr-xr-xwin/configure2
-rw-r--r--win/tcl.m42
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 22161e1..0d39614 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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=
diff --git a/win/tcl.m4 b/win/tcl.m4
index 3447eb9..59b51c9 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -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=