comparison ChangeLog @ 11511:8837a42205d3

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:21:46 -0500
parents 7bddd70bc838
children a2289858dcb2
comparison
equal deleted inserted replaced
11510:f3d0b69c4628 11511:8837a42205d3
1 2011-01-13 John W. Eaton <jwe@octave.org>
2
3 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)): Check for
4 -Wpointer-arith, -Wmissing-prototypes, -Wstrict-prototypes, and
5 -Wwrite-strings and add them to WARN_CFLAGS. Check for
6 -Wpointer-arith and add them to WARN_CXXFLAGS.
7
1 2011-01-12 John W. Eaton <jwe@octave.org> 8 2011-01-12 John W. Eaton <jwe@octave.org>
2 9
3 * mk-opts.pl: Generate initialization lists and in-line code for 10 * mk-opts.pl: Generate initialization lists and in-line code for
4 copying. 11 copying.
5 12