diff options
author | stwo <stwo> | 2009-04-14 19:25:09 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-04-14 19:25:09 (GMT) |
commit | 131b64e7f82f637f5460f99063549aaa133f8057 (patch) | |
tree | 95b6fd3d2f33b1fce8caa63ac8590150ffb559e0 | |
parent | 4eb0b174fc36990292c361e64c470963fcb0d75b (diff) | |
download | tcl-131b64e7f82f637f5460f99063549aaa133f8057.zip tcl-131b64e7f82f637f5460f99063549aaa133f8057.tar.gz tcl-131b64e7f82f637f5460f99063549aaa133f8057.tar.bz2 |
Regen unix/configure
-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 |