From ebd5eec9181154c9daadf13043dea79bad6688c9 Mon Sep 17 00:00:00 2001 From: joncruz Date: Tue, 4 Dec 2007 03:29:13 +0000 Subject: [PATCH] warning cleanup --- src/widgets/sp-xmlview-attr-list.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; -- 2.30.2