summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widgets/dash-selector.cpp2
-rw-r--r--src/xml/repr-io.cpp2
2 files changed, 2 insertions, 2 deletions
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 ) {