summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-06 13:12:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-06 13:12:24 (GMT)
commit294e8b450c748fcc35e2f76489d71459df5153cd (patch)
tree9ed39ca23bc6f21b14d68e5864cda089580f4592 /unix/tcl.m4
parenta57ef2cb5257f38ffa995f9eecd3ecd3a071ee9b (diff)
parentbb451dfa1c09cc91c232cae7df94ecd215ee309b (diff)
downloadtk-294e8b450c748fcc35e2f76489d71459df5153cd.zip
tk-294e8b450c748fcc35e2f76489d71459df5153cd.tar.gz
tk-294e8b450c748fcc35e2f76489d71459df5153cd.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 5cac9cc..63447e9 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -966,7 +966,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
CFLAGS_DEBUG=-g
AS_IF([test "$GCC" = yes], [
CFLAGS_OPTIMIZE=-O2
- CFLAGS_WARNING="-Wall -Wwrite-strings -Wsign-compare -Wpointer-arith -Wunused-parameter"
+ CFLAGS_WARNING="-Wextra -Wwrite-strings -Wpointer-arith"
], [
CFLAGS_OPTIMIZE=-O
CFLAGS_WARNING=""