diff src/graphics.cc @ 9605:dfc68e6d8741

avoid some gcc warnings
author John W. Eaton <jwe@octave.org>
date Wed, 02 Sep 2009 13:11:06 -0400
parents 06b8b51dca48
children 73153525df9a
line wrap: on
line diff
--- a/src/graphics.cc	Wed Sep 02 14:30:00 2009 +0200
+++ b/src/graphics.cc	Wed Sep 02 13:11:06 2009 -0400
@@ -3513,7 +3513,7 @@
 
 void
 axes::properties::calc_ticklabels (const array_property& ticks,
-				   any_property& labels, bool logscale)
+				   any_property& labels, bool /*logscale*/)
 {
   Matrix values = ticks.get ().matrix_value ();
   Cell c (values.dims ());