diff liboctave/idx-vector.cc @ 8677:095ae5e0a831

eliminte some compiler warnings
author John W. Eaton <jwe@octave.org>
date Thu, 05 Feb 2009 02:42:58 -0500
parents a99b9113c58c
children a2bcd96b9344
line wrap: on
line diff
--- a/liboctave/idx-vector.cc
+++ b/liboctave/idx-vector.cc
@@ -589,7 +589,7 @@
 }
 
 octave_idx_type 
-idx_vector::freeze (octave_idx_type z_len, const char *tag, bool resize_ok)
+idx_vector::freeze (octave_idx_type z_len, const char *, bool resize_ok)
 {
   if (! resize_ok && extent (z_len) > z_len)
     {