diff options
author | stwo <stwo> | 2009-04-14 18:54:25 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-04-14 18:54:25 (GMT) |
commit | 760c623f399b363c227a08d3c331d0e45acdf320 (patch) | |
tree | 8491eb720cd91382997055a332cef1f0bf92d646 /unix | |
parent | 6bcad233a4fa3b56e8190213bfd0a095ecab2e23 (diff) | |
download | tk-760c623f399b363c227a08d3c331d0e45acdf320.zip tk-760c623f399b363c227a08d3c331d0e45acdf320.tar.gz tk-760c623f399b363c227a08d3c331d0e45acdf320.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 |