Mercurial > hg > octave-lyh
changeset 5510:3fadccb05d5d
[project @ 2005-10-26 17:50:55 by jwe]
author | jwe |
---|---|
date | Wed, 26 Oct 2005 17:50:56 +0000 |
parents | b8fc8af2d04d |
children | e67d027ff4e3 |
files | src/ChangeLog src/oct-procbuf.cc src/toplev.cc |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2005-10-26 John W. Eaton <jwe@octave.org> + * oct-procbuf.cc (octave_procbuf::open): Cast 0 to void * to avoid + new g++ warning. + * toplev.cc (Fsystem): Likewise. + Changes for GCC 4.1, tip from Arno J. Klaassen <arno@heho.snv.jussieu.fr>: