diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-16 03:50:53 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-16 03:50:53 +0000 |
| commit | b224bc6b1b0b9db71828b67fa51a29103742d65d (patch) | |
| tree | 9a015c22996a11b5a643f115e5ffd7380be1c91a /src/ege-adjustment-action.cpp | |
| parent | remove debug messages from last commits (diff) | |
| download | inkscape-b224bc6b1b0b9db71828b67fa51a29103742d65d.tar.gz inkscape-b224bc6b1b0b9db71828b67fa51a29103742d65d.zip | |
warning cleanup
(bzr r6329)
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)); } |
