diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Wed May 19 16:20:48 2010 +0200
+++ b/src/ChangeLog	Thu May 20 07:27:45 2010 +0200
@@ -1,3 +1,10 @@
+2010-05-20  Jaroslav Hajek  <highegg@gmail.com>
+
+	* DLD-FUNCTIONS/onCleanup.cc (octave_oncleanup::load_ascii,
+	octave_oncleanup::load_binary, octave_oncleanup::load_hdf5,
+	octave_oncleanup::save_ascii, octave_oncleanup::save_binary,
+	octave_oncleanup::save_hdf5): Comment out unused params.
+
 2010-05-18  Jaroslav Hajek  <highegg@gmail.com>
 
 	* defun-int.h (octave_auto_shlib): Make members public.