diff options
| author | stwo@users.sourceforge.net <stwo> | 2009-04-14 18:50:22 (GMT) |
|---|---|---|
| committer | stwo@users.sourceforge.net <stwo> | 2009-04-14 18:50:22 (GMT) |
| commit | 286c123eb90fdd15f1a42f5376e4c112464736d2 (patch) | |
| tree | 4ccc1e1c74ff3969e4d82d7789748c4940f43555 /unix | |
| parent | 0c3ddc6ee7e3100d579b02387f967b6433c3a763 (diff) | |
| download | tcl-286c123eb90fdd15f1a42f5376e4c112464736d2.zip tcl-286c123eb90fdd15f1a42f5376e4c112464736d2.tar.gz tcl-286c123eb90fdd15f1a42f5376e4c112464736d2.tar.bz2 | |
Removed -Wno-implicit-int from CFLAGS_WARNING.
Diffstat (limited to 'unix')
| -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 2231cd7..f104704 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1042,7 +1042,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ 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 |
