diff options
author | rmax <rmax> | 2004-03-18 19:01:43 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-03-18 19:01:43 (GMT) |
commit | 5f615758bad09ff857b59d47199c0f537e9b26a2 (patch) | |
tree | 6fe56b1d26f09bc877dbaa8cf02ed9cc524b21d6 /unix/tcl.m4 | |
parent | eb482d45256bc2cbd79a7a1b72c2b5395d638818 (diff) | |
download | tcl-5f615758bad09ff857b59d47199c0f537e9b26a2.zip tcl-5f615758bad09ff857b59d47199c0f537e9b26a2.tar.gz tcl-5f615758bad09ff857b59d47199c0f537e9b26a2.tar.bz2 |
* unix/tcl.m4: Removed -Wno-strict-aliasing.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index df90ce9..5e66945 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -809,7 +809,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ 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 |