diff src/graphics.h.in @ 7526:52d58b0463ed

graphics.cc, graphics.h.in: avoid some GCC warnings
author John W. Eaton <jwe@octave.org>
date Mon, 25 Feb 2008 04:12:19 -0500
parents a653856aa3e1
children d219e712c20e
line wrap: on
line diff
--- a/src/graphics.h.in
+++ b/src/graphics.h.in
@@ -1377,7 +1377,7 @@
 
   virtual graphics_backend get_backend (void) const;
 
-  virtual Matrix get_boundingbox (bool internal = false) const
+  virtual Matrix get_boundingbox (bool /*internal*/ = false) const
     { return Matrix (1, 4, 0.0); }
 
   void set_tag (const octave_value& val) { tag = val; }