From 382d85e1c75bd3b753be34e7c9518b209e1f83ee Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 15 Mar 2008 18:08:37 +0000 Subject: Warning cleanup (bzr r5097) --- src/xml/repr-io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml/repr-io.cpp') diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp index bd9e4a2e0..19753e9e3 100644 --- a/src/xml/repr-io.cpp +++ b/src/xml/repr-io.cpp @@ -429,7 +429,7 @@ sp_repr_do_read (xmlDocPtr doc, const gchar *default_ns) } gint -sp_repr_qualified_name (gchar *p, gint len, xmlNsPtr ns, const xmlChar *name, const gchar *default_ns, GHashTable *prefix_map) +sp_repr_qualified_name (gchar *p, gint len, xmlNsPtr ns, const xmlChar *name, const gchar */*default_ns*/, GHashTable *prefix_map) { const xmlChar *prefix; if ( ns && ns->href ) { -- cgit v1.2.3