diff options
author | nijtmans <nijtmans> | 2008-11-11 21:54:06 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-11 21:54:06 (GMT) |
commit | 3204e89f4e57ec3a5ae382db506743fdb6ce3429 (patch) | |
tree | 013d87cd81911c89661c9083b6e029754a5add0c /win | |
parent | 5712fecd971bc4528ae335bd91d588df88d5ef82 (diff) | |
download | tcl-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-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
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= @@ -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= |