summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-22 10:01:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-22 10:01:29 (GMT)
commit9e48292ef242eaa56af7d2ee6923c95f99506a79 (patch)
tree25808c5d650455c42d4e760fea5ccd701a659284 /unix/configure
parente41d7f70af361630fba9ed2ad782e695798412b1 (diff)
downloadtk-9e48292ef242eaa56af7d2ee6923c95f99506a79.zip
tk-9e48292ef242eaa56af7d2ee6923c95f99506a79.tar.gz
tk-9e48292ef242eaa56af7d2ee6923c95f99506a79.tar.bz2
sync tcl.m4 (both win and unix) with Tcl's version.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 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