From abcd0cd508385848239660e4f6873b85982aad58 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 2 Nov 2007 08:00:40 +0000 Subject: warning cleanup (bzr r4012) --- src/xml/simple-node.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml/simple-node.cpp') diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index 554752941..d38e14b3f 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -304,7 +304,7 @@ void SimpleNode::setContent(gchar const *content) { } void -SimpleNode::setAttribute(gchar const *name, gchar const *value, bool const is_interactive) +SimpleNode::setAttribute(gchar const *name, gchar const *value, bool const /*is_interactive*/) { g_return_if_fail(name && *name); @@ -523,7 +523,7 @@ void content_changed(Node *node, gchar const *old_content, gchar const *new_cont reinterpret_cast(data)->notifyContentChanged(*node, Util::share_unsafe((const char *)old_content), Util::share_unsafe((const char *)new_content)); } -void attr_changed(Node *node, gchar const *name, gchar const *old_value, gchar const *new_value, bool is_interactive, void *data) { +void attr_changed(Node *node, gchar const *name, gchar const *old_value, gchar const *new_value, bool /*is_interactive*/, void *data) { reinterpret_cast(data)->notifyAttributeChanged(*node, g_quark_from_string(name), Util::share_unsafe((const char *)old_value), Util::share_unsafe((const char *)new_value)); } -- cgit v1.2.3