diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-19 16:05:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-19 16:05:12 (GMT) |
commit | 0941696c39398969805d5962106cb181e932f5ad (patch) | |
tree | 549c1d766f80e8b59645c8274fa60bb87538dff4 /unix/configure | |
parent | 8b988473d61fce3da555430eb75699a03ebcc413 (diff) | |
download | tcl-0941696c39398969805d5962106cb181e932f5ad.zip tcl-0941696c39398969805d5962106cb181e932f5ad.tar.gz tcl-0941696c39398969805d5962106cb181e932f5ad.tar.bz2 |
autoconf-2.57
Diffstat (limited to 'unix/configure')
-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 |