diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-07 09:35:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-07 09:35:04 (GMT) |
commit | e82adc446bb013824accb5b95f22129e0a5267a7 (patch) | |
tree | aa57c0894278df797f18d17bdaa56dc4b9381a2d /unix | |
parent | 294e8b450c748fcc35e2f76489d71459df5153cd (diff) | |
parent | 8d6df717b42ddf4ef40167646105da4d5134b824 (diff) | |
download | tk-e82adc446bb013824accb5b95f22129e0a5267a7.zip tk-e82adc446bb013824accb5b95f22129e0a5267a7.tar.gz tk-e82adc446bb013824accb5b95f22129e0a5267a7.tar.bz2 |
Merge trunk
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index a491ead..72763e6 100755 --- a/unix/configure +++ b/unix/configure @@ -4239,7 +4239,7 @@ fi if test "$GCC" = yes; then : CFLAGS_OPTIMIZE=-O2 - CFLAGS_WARNING="-Wextra -Wwrite-strings -Wpointer-arith" + CFLAGS_WARNING="-Wall -Wextra -Wwrite-strings -Wpointer-arith" else diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 63447e9..f241e9f 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="-Wextra -Wwrite-strings -Wpointer-arith" + CFLAGS_WARNING="-Wall -Wextra -Wwrite-strings -Wpointer-arith" ], [ CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="" |