diff src/oct-strstrm.cc @ 4933:cd58733c326b

[project @ 2004-08-05 16:08:28 by jwe]
author jwe
date Thu, 05 Aug 2004 16:08:28 +0000
parents 19b8225bdaa2
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/oct-strstrm.cc
+++ b/src/oct-strstrm.cc
@@ -29,7 +29,7 @@
 // Position a stream at OFFSET relative to ORIGIN.
 
 int
-octave_base_strstream::seek (long offset, int origin)
+octave_base_strstream::seek (long, int)
 {
   error ("fseek: invalid operation");
   return -1;