comparison src/ChangeLog @ 10553:f88e3d5d88e2

avoid GCC warnings
author John W. Eaton <jwe@octave.org>
date Fri, 23 Apr 2010 15:57:32 -0400
parents 394a83606f03
children dfdc040a0c5e
comparison
equal deleted inserted replaced
10552:394a83606f03 10553:f88e3d5d88e2
1 2010-04-23 John W. Eaton <jwe@octave.org>
2
3 * txt-eng-ft.cc (ft_render::visit): Declare loop counter size_t,
4 not int.
5
6 * graphics.h.in (graphics_xform::untransform): Likewise.
7 * graphics.cc (text::properties::update_text_extent): Likewise.
8 * DLD-FUNCTIONS/fltk_backend.cc (plot_window::set_axes_currentpoint):
9 Avoid GCC shadow variable warning.
10
11 * DLD-FUNCTIONS (plot_window::plot_window): Explicitly
12 initialize all data members in the order they are declared..
13
1 2010-04-23 John W. Eaton <jwe@octave.org> 14 2010-04-23 John W. Eaton <jwe@octave.org>
2 15
3 * DLD-FUNCTIONS/gcd.cc (Fgcd): Use two-argument dim_vector constructor. 16 * DLD-FUNCTIONS/gcd.cc (Fgcd): Use two-argument dim_vector constructor.
4 17
5 * ov-str-mat.cc (octave_char_matrix_str::do_index_op_internal): 18 * ov-str-mat.cc (octave_char_matrix_str::do_index_op_internal):