comparison src/ov-base.cc @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents f7ce581b27fb
children e95c86d48732
comparison
equal deleted inserted replaced
4660:5df5c9c5c166 4661:12b6fbd57436
237 return retval; 237 return retval;
238 } 238 }
239 239
240 void 240 void
241 octave_base_value::print_info (std::ostream& os, 241 octave_base_value::print_info (std::ostream& os,
242 const std::string& prefix) const 242 const std::string& /* prefix */) const
243 { 243 {
244 os << "no info for type: " << type_name () << "\n"; 244 os << "no info for type: " << type_name () << "\n";
245 } 245 }
246 246
247 #define INT_CONV_METHOD(T, F, MIN_LIMIT, MAX_LIMIT) \ 247 #define INT_CONV_METHOD(T, F, MIN_LIMIT, MAX_LIMIT) \