comparison src/ov-typeinfo.cc @ 8677:095ae5e0a831

eliminte some compiler warnings
author John W. Eaton <jwe@octave.org>
date Thu, 05 Feb 2009 02:42:58 -0500
parents 7be5917f181a
children eb63fbe60fab
comparison
equal deleted inserted replaced
8676:22462fd58e66 8677:095ae5e0a831
209 // FIXME -- we should also store all class names and provide a 209 // FIXME -- we should also store all class names and provide a
210 // way to list them (calling class with nargin == 0?). 210 // way to list them (calling class with nargin == 0?).
211 211
212 int 212 int
213 octave_value_typeinfo::do_register_type (const std::string& t_name, 213 octave_value_typeinfo::do_register_type (const std::string& t_name,
214 const std::string& c_name, 214 const std::string& /* c_name */,
215 const octave_value& val) 215 const octave_value& val)
216 { 216 {
217 int i = 0; 217 int i = 0;
218 218
219 for (i = 0; i < num_types; i++) 219 for (i = 0; i < num_types; i++)