Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / sp-object.h
index b563d8d3b8abd708a263cde9f92fae961533e9b9..3c938e8a1554ae6ea1ec553a7649fba952c8ea05 100644 (file)
@@ -242,12 +242,12 @@ struct SPObject : public GObject {
     /** Retrieves the title of this object */
     gchar const *title() const { return NULL; /* TODO */ }
     /** Sets the title of this object */
-    void setTitle(gchar const *title) { /* TODO */ }
+    void setTitle(gchar const *title) { (void)title; /* TODO */ }
 
     /** Retrieves the description of this object */
     gchar const *desc() const { return NULL; /* TODO */ }
     /** Sets the description of this object */
-    void setDesc(gchar const *desc) { /* TODO */ }
+    void setDesc(gchar const *desc) { (void)desc; /* TODO */ }
 
     /** @brief Set the policy under which this object will be
      *         orphan-collected.