summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-03-15 18:08:37 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-03-15 18:08:37 +0000
commit382d85e1c75bd3b753be34e7c9518b209e1f83ee (patch)
tree2fcbaaeb7025c0230a7eed02258321ced2674ee8 /src/xml/repr-io.cpp
parentAdd doxygen comments to flood-context.cpp (diff)
downloadinkscape-382d85e1c75bd3b753be34e7c9518b209e1f83ee.tar.gz
inkscape-382d85e1c75bd3b753be34e7c9518b209e1f83ee.zip
Warning cleanup
(bzr r5097)
Diffstat (limited to 'src/xml/repr-io.cpp')
-rw-r--r--src/xml/repr-io.cpp2
1 files changed, 1 insertions, 1 deletions
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 ) {