diff options
| author | dgp@users.sourceforge.net <dgp> | 2004-03-19 16:05:12 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2004-03-19 16:05:12 (GMT) |
| commit | 34bf213a1cd3b61a41ac2cbc512a61db548da73b (patch) | |
| tree | 549c1d766f80e8b59645c8274fa60bb87538dff4 | |
| parent | 970b769623bfa8124c28c8c340ed4fd9090a0795 (diff) | |
| download | tcl-34bf213a1cd3b61a41ac2cbc512a61db548da73b.zip tcl-34bf213a1cd3b61a41ac2cbc512a61db548da73b.tar.gz tcl-34bf213a1cd3b61a41ac2cbc512a61db548da73b.tar.bz2 | |
autoconf-2.57
| -rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 13395f4..be92577 100755 --- a/unix/configure +++ b/unix/configure @@ -10837,7 +10837,7 @@ fi CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O if test "$GCC" = "yes" ; then - CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int -Wno-strict-aliasing" + CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int" else CFLAGS_WARNING="" fi |
