Code

warning cleanup
[inkscape.git] / src / ege-adjustment-action.cpp
index 757b834f7328a6f95cdb981a9d3a57f649e58911..94232810054a6545620527584e9a02be661d4525 100644 (file)
@@ -771,6 +771,7 @@ static gboolean event_cb( EgeAdjustmentAction* act, GdkEvent* evt )
 static gchar*
 slider_format_falue (GtkScale* scale, gdouble value, gchar *label)
 {
+    (void)scale;
     return g_strdup_printf("%s %d", label, (int) round(value));
 }