summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-11 21:54:06 (GMT)
committernijtmans <nijtmans>2008-11-11 21:54:06 (GMT)
commit3204e89f4e57ec3a5ae382db506743fdb6ce3429 (patch)
tree013d87cd81911c89661c9083b6e029754a5add0c /win
parent5712fecd971bc4528ae335bd91d588df88d5ef82 (diff)
downloadtcl-3204e89f4e57ec3a5ae382db506743fdb6ce3429.zip
tcl-3204e89f4e57ec3a5ae382db506743fdb6ce3429.tar.gz
tcl-3204e89f4e57ec3a5ae382db506743fdb6ce3429.tar.bz2
Eliminate warning: passing arg 4 of `Tcl_SplitList' from
incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning)
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index d627b5e..54c8274 100755
--- a/win/configure
+++ b/win/configure
@@ -3886,7 +3886,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 f76fbf8..1a46527 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=