summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 846c9d5)
raw | patch | inline | side by side (parent: 846c9d5)
author | joncruz <joncruz@users.sourceforge.net> | |
Sat, 15 Mar 2008 18:08:37 +0000 (18:08 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Sat, 15 Mar 2008 18:08:37 +0000 (18:08 +0000) |
src/widgets/dash-selector.cpp | patch | blob | history | |
src/xml/repr-io.cpp | patch | blob | history |
index ea666070feaa1edcaa7d10dedaa06dd19d87ce5f..49bca9a98a80c3a5f5f54945631627d01904044b 100644 (file)
}
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 bd9e4a2e0419633d2fbae4257c121c3c2c1c7748..19753e9e3c4c02df190870f32511a26221efcc73 100644 (file)
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
}
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 ) {