From: joncruz Date: Sat, 15 Mar 2008 18:08:37 +0000 (+0000) Subject: Warning cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=05940874c84c05601c854dc95a5463af40be2652;p=inkscape.git Warning cleanup --- diff --git a/src/widgets/dash-selector.cpp b/src/widgets/dash-selector.cpp index ea666070f..49bca9a98 100644 --- a/src/widgets/dash-selector.cpp +++ b/src/widgets/dash-selector.cpp @@ -382,7 +382,7 @@ sp_dash_selector_dash_activate (GtkObject *object, SPDashSelector *dsel) } static void -sp_dash_selector_offset_value_changed (GtkAdjustment *adj, SPDashSelector *dsel) +sp_dash_selector_offset_value_changed (GtkAdjustment */*adj*/, SPDashSelector *dsel) { gtk_signal_emit (GTK_OBJECT (dsel), signals[CHANGED]); } 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 ) {