Code

Warning cleanup (including OFFSET_OF warning)
[inkscape.git] / src / extension / paramcolor.h
index b30c3be7a386dcd409ccd0c2262ec583e0f84d07..2d5f3e2e497fa2367b085b497be7b7877b35c185 100644 (file)
@@ -23,7 +23,7 @@ public:
     ParamColor(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
     virtual ~ParamColor(void);
     /** \brief  Returns \c _value, with a \i const to protect it. */
-    guint32 get (const SPDocument * doc, const Inkscape::XML::Node * node) { return _value; }
+    guint32 get( const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/ ) { return _value; }
     guint32 set (guint32 in, SPDocument * doc, Inkscape::XML::Node * node);
     Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
     Glib::ustring * string (void);