diff src/ov-flt-re-mat.cc @ 9702:9ecd35a606e3

avoid some warnings from g++
author John W. Eaton <jwe@octave.org>
date Wed, 07 Oct 2009 10:59:46 -0400
parents bcdf878e2686
children b4fdfee405b5
line wrap: on
line diff
--- a/src/ov-flt-re-mat.cc	Wed Oct 07 11:08:54 2009 +0200
+++ b/src/ov-flt-re-mat.cc	Wed Oct 07 10:59:46 2009 -0400
@@ -307,7 +307,7 @@
 	}
     }
 
-  retval = octave_value (chm, true, type);
+  retval = octave_value (chm, type);
 
   return retval;
 }