changeset 19789:5fec783ffc6d

Object.cc: Stop unused parameter warning for Object::print empty subroutine. * Object.cc: Declare function prototype only, without variable names.
author Rik <rik@octave.org>
date Wed, 18 Feb 2015 18:56:51 -0800
parents f87233a45901
children cdcdb255c46d
files libgui/graphics/Object.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/graphics/Object.cc	Wed Feb 18 19:39:58 2015 -0500
+++ b/libgui/graphics/Object.cc	Wed Feb 18 18:56:51 2015 -0800
@@ -140,7 +140,7 @@
 {
 }
 
-void Object::print (const QString& file_cmd, const QString& term)
+void Object::print (const QString& /* file_cmd */, const QString& /* term */)
 {
 }