comparison src/ChangeLog @ 10644:45b72e631cb5

avoid unused param warnings in onCleanup
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 20 May 2010 07:27:45 +0200
parents ed6969880316
children 6c50b56824aa
comparison
equal deleted inserted replaced
10643:9852264314d1 10644:45b72e631cb5
1 2010-05-20 Jaroslav Hajek <highegg@gmail.com>
2
3 * DLD-FUNCTIONS/onCleanup.cc (octave_oncleanup::load_ascii,
4 octave_oncleanup::load_binary, octave_oncleanup::load_hdf5,
5 octave_oncleanup::save_ascii, octave_oncleanup::save_binary,
6 octave_oncleanup::save_hdf5): Comment out unused params.
7
1 2010-05-18 Jaroslav Hajek <highegg@gmail.com> 8 2010-05-18 Jaroslav Hajek <highegg@gmail.com>
2 9
3 * defun-int.h (octave_auto_shlib): Make members public. 10 * defun-int.h (octave_auto_shlib): Make members public.
4 * DLD-FUNCTIONS/onCleanup.cc: New source. 11 * DLD-FUNCTIONS/onCleanup.cc: New source.
5 * DLD-FUNCTIONS/module-files: Add it here. 12 * DLD-FUNCTIONS/module-files: Add it here.