diff src/ov-flt-re-diag.cc @ 8677:095ae5e0a831

eliminte some compiler warnings
author John W. Eaton <jwe@octave.org>
date Thu, 05 Feb 2009 02:42:58 -0500
parents a1ae2aae903e
children 8dd69187c4a2
line wrap: on
line diff
--- a/src/ov-flt-re-diag.cc
+++ b/src/ov-flt-re-diag.cc
@@ -115,7 +115,8 @@
 }
 
 bool 
-octave_float_diag_matrix::save_binary (std::ostream& os, bool& save_as_floats)
+octave_float_diag_matrix::save_binary (std::ostream& os,
+				       bool& /* save_as_floats*/)
 {
 
   int32_t r = matrix.rows (), c = matrix.cols ();