comparison src/ChangeLog @ 8806:c7864bb74914

avoid some GCC warnings
author John W. Eaton <jwe@octave.org>
date Wed, 18 Feb 2009 13:45:20 -0500
parents 35ea4f816bc9
children d724487d2c4b
comparison
equal deleted inserted replaced
8805:065a05eb148a 8806:c7864bb74914
1 2009-02-18 John W. Eaton <jwe@octave.org> 1 2009-02-18 John W. Eaton <jwe@octave.org>
2
3 * mex.cc (call_mex): Declare local nargout variable volatile to
4 avoid "maybe clobbered by vfork" warning from GCC.
2 5
3 * ov-cx-mat.cc (xabs): Comment out unused static function. 6 * ov-cx-mat.cc (xabs): Comment out unused static function.
4 * ov-flt-cx-mat.cc (xabs): Ditto. 7 * ov-flt-cx-mat.cc (xabs): Ditto.
5 8
6 * c-file-ptr-stream.cc (c_file_ptr_buf::seekoff, 9 * c-file-ptr-stream.cc (c_file_ptr_buf::seekoff,