diff options
Diffstat (limited to 'src/ege-adjustment-action.cpp')
| -rw-r--r-- | src/ege-adjustment-action.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ege-adjustment-action.cpp b/src/ege-adjustment-action.cpp index 757b834f7..942328100 100644 --- a/src/ege-adjustment-action.cpp +++ b/src/ege-adjustment-action.cpp @@ -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)); } |
