diff options
author | nijtmans <nijtmans> | 2008-11-06 21:47:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-06 21:47:36 (GMT) |
commit | e2049a58b3ae85b4fdd0e585a75194984bbf6232 (patch) | |
tree | dd5eb1c1e95b7ae605ae2dd7c86214a6b966d2d3 /win/tcl.m4 | |
parent | df2152c1d6f0dc3b0e0aa8de8c0e1cd2730ea6d5 (diff) | |
download | tcl-e2049a58b3ae85b4fdd0e585a75194984bbf6232.zip tcl-e2049a58b3ae85b4fdd0e585a75194984bbf6232.tar.gz tcl-e2049a58b3ae85b4fdd0e585a75194984bbf6232.tar.bz2 |
add "-Wno-implicit-int" for gcc, as on UNIX
eliminate an 'array index out of bounds' warning on HP-UX'
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,7 +529,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wno-implicit-int" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |