diff src/ov-base.cc @ 8677:095ae5e0a831

eliminte some compiler warnings
author John W. Eaton <jwe@octave.org>
date Thu, 05 Feb 2009 02:42:58 -0500
parents 73c4516fae10
children e9cb742df9eb
line wrap: on
line diff
--- a/src/ov-base.cc	Thu Feb 05 01:19:29 2009 -0500
+++ b/src/ov-base.cc	Thu Feb 05 02:42:58 2009 -0500
@@ -97,7 +97,7 @@
 octave_value
 octave_base_value::subsref (const std::string& type,
 			    const std::list<octave_value_list>& idx,
-                            bool auto_add)
+                            bool /* auto_add */)
 {
   // This way we may get a more meaningful error message.
   return subsref (type, idx);