comparison liboctave/ChangeLog @ 11516:53edbf95fbb6

avoid GCC warnings
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 15:40:14 -0500
parents e4e82740e9cd
children 141b3fb5cef7
comparison
equal deleted inserted replaced
11515:6dbf9bcce90e 11516:53edbf95fbb6
1 2011-01-13 John W. Eaton <jwe@octave.org>
2
3 * CMatrix.cc (get_blas_trans_arg): Return char, not char *.
4 Change all uses.
5 * dMatrix.cc (get_blas_trans_arg): Likewise.
6 * fCMatrix.cc (get_blas_trans_arg): Likewise.
7 * fMatrix.cc (get_blas_trans_arg): Likewise.
8 Suggested by Pascal Dupuis <Pascal.Dupuis@worldonline.be>.
9
1 2011-01-13 John W. Eaton <jwe@octave.org> 10 2011-01-13 John W. Eaton <jwe@octave.org>
2 11
3 * filemode.c: Use prototypes for function definitions. Reorder 12 * filemode.c: Use prototypes for function definitions. Reorder
4 functions to eliminate need for forward declarations. 13 functions to eliminate need for forward declarations.
5 * filemode.h: New file. 14 * filemode.h: New file.