From: joncruz Date: Tue, 4 Dec 2007 03:29:13 +0000 (+0000) Subject: warning cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ebd5eec9181154c9daadf13043dea79bad6688c9;p=inkscape.git warning cleanup --- diff --git a/src/widgets/sp-xmlview-attr-list.cpp b/src/widgets/sp-xmlview-attr-list.cpp index c8dee1a42..e39b2a4e9 100644 --- a/src/widgets/sp-xmlview-attr-list.cpp +++ b/src/widgets/sp-xmlview-attr-list.cpp @@ -1,5 +1,3 @@ -#define __SP_XMLVIEW_ATTR_LIST_C__ - /* * Specialization of GtkCList for the XML tree view * @@ -135,7 +133,12 @@ sp_xmlview_attr_list_destroy (GtkObject * object) } void -event_attr_changed (Inkscape::XML::Node * repr, const gchar * name, const gchar * old_value, const gchar * new_value, bool is_interactive, gpointer data) +event_attr_changed (Inkscape::XML::Node * /*repr*/, + const gchar * name, + const gchar * /*old_value*/, + const gchar * new_value, + bool /*is_interactive*/, + gpointer data) { gint row; SPXMLViewAttrList * list;