diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 12:27:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 12:27:10 (GMT) |
commit | b5f118d8753139dcc5bd599f67373eca836500f8 (patch) | |
tree | 7d2cc02f9736aec246af11d9e8d474a92c308b10 /unix/tcl.m4 | |
parent | 876a5d67826981d371dae6608868539e99b3c916 (diff) | |
parent | 2552ed664c5cb66c0a094adecd92db0cadb0d004 (diff) | |
download | tcl-b5f118d8753139dcc5bd599f67373eca836500f8.zip tcl-b5f118d8753139dcc5bd599f67373eca836500f8.tar.gz tcl-b5f118d8753139dcc5bd599f67373eca836500f8.tar.bz2 |
Merge tip-548. A few more fixes, trying to make the Travis build work (finally)
Diffstat (limited to 'unix/tcl.m4')
-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 70303ce..c05f2d9 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -986,7 +986,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g AS_IF([test "$GCC" = yes], [ CFLAGS_OPTIMIZE=-O2 - CFLAGS_WARNING="-Wall -Wwrite-strings -Wsign-compare -Wdeclaration-after-statement -Wpointer-arith" + CFLAGS_WARNING="-Wall -Wwrite-strings -Wsign-compare -Wpointer-arith" ], [ CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="" |