comparison ChangeLog @ 11513:a2289858dcb2

more warning flags for GCC if configured with --enable-extra-warning-flags (on by default)
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 07:49:46 -0500
parents 8837a42205d3
children a1386fab2a02
comparison
equal deleted inserted replaced
11512:e4e82740e9cd 11513:a2289858dcb2
1 2011-01-13 John W. Eaton <jwe@octave.org>
2
3 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)): Check for
4 -Wcast-qual and -Wcast-align and add them to WARN_CFLAGS and
5 WARN_CXXFLAGS.
6
1 2011-01-13 John W. Eaton <jwe@octave.org> 7 2011-01-13 John W. Eaton <jwe@octave.org>
2 8
3 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)): Check for 9 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)): Check for
4 -Wpointer-arith, -Wmissing-prototypes, -Wstrict-prototypes, and 10 -Wpointer-arith, -Wmissing-prototypes, -Wstrict-prototypes, and
5 -Wwrite-strings and add them to WARN_CFLAGS. Check for 11 -Wwrite-strings and add them to WARN_CFLAGS. Check for