diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-22 10:01:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-22 10:01:29 (GMT) |
commit | 9e48292ef242eaa56af7d2ee6923c95f99506a79 (patch) | |
tree | 25808c5d650455c42d4e760fea5ccd701a659284 | |
parent | e41d7f70af361630fba9ed2ad782e695798412b1 (diff) | |
download | tk-9e48292ef242eaa56af7d2ee6923c95f99506a79.zip tk-9e48292ef242eaa56af7d2ee6923c95f99506a79.tar.gz tk-9e48292ef242eaa56af7d2ee6923c95f99506a79.tar.bz2 |
sync tcl.m4 (both win and unix) with Tcl's version.
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 | ||||
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure index 040f4a1..1ed0275 100755 --- a/unix/configure +++ b/unix/configure @@ -4595,7 +4595,7 @@ fi if test "$GCC" = yes; then : CFLAGS_OPTIMIZE=-O2 - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wsign-compare -Wdeclaration-after-statement" else diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 41b94ef..a1d4021 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1096,7 +1096,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g AS_IF([test "$GCC" = yes], [ CFLAGS_OPTIMIZE=-O2 - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wsign-compare -Wdeclaration-after-statement" ], [ CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="" diff --git a/win/configure b/win/configure index 494e71a..0b80f22 100755 --- a/win/configure +++ b/win/configure @@ -4335,7 +4335,7 @@ $as_echo "using shared flags" >&6; } CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wdeclaration-after-statement" + CFLAGS_WARNING="-Wall -Wsign-compare -Wdeclaration-after-statement" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= @@ -727,7 +727,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wdeclaration-after-statement" + CFLAGS_WARNING="-Wall -Wsign-compare -Wdeclaration-after-statement" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |