diff options
author | stwo <stwo> | 2009-04-14 19:25:09 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-04-14 19:25:09 (GMT) |
commit | d5c81a66a5d7d79553e87afde83a66325eaf7b6d (patch) | |
tree | 95b6fd3d2f33b1fce8caa63ac8590150ffb559e0 /unix | |
parent | f5e21691c6180a6254da3b71f69227420a445466 (diff) | |
download | tcl-d5c81a66a5d7d79553e87afde83a66325eaf7b6d.zip tcl-d5c81a66a5d7d79553e87afde83a66325eaf7b6d.tar.gz tcl-d5c81a66a5d7d79553e87afde83a66325eaf7b6d.tar.bz2 |
Regen unix/configure
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index abc4554..be9e123 100755 --- a/unix/configure +++ b/unix/configure @@ -2576,7 +2576,7 @@ fi CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O if test "$GCC" = "yes" ; then - CFLAGS_WARNING="-Wall -Wno-implicit-int -fno-strict-aliasing" + CFLAGS_WARNING="-Wall -fno-strict-aliasing" else CFLAGS_WARNING="" fi |