diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-02 08:00:40 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-02 08:00:40 +0000 |
| commit | abcd0cd508385848239660e4f6873b85982aad58 (patch) | |
| tree | 5389a868c995ecbff6cb438644a805d4a7fa0212 /src/pencil-context.cpp | |
| parent | fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressed (diff) | |
| download | inkscape-abcd0cd508385848239660e4f6873b85982aad58.tar.gz inkscape-abcd0cd508385848239660e4f6873b85982aad58.zip | |
warning cleanup
(bzr r4012)
Diffstat (limited to 'src/pencil-context.cpp')
| -rw-r--r-- | src/pencil-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index cdadd0c71..32ea8aafa 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -556,7 +556,7 @@ spdc_finish_endpoint(SPPencilContext *const pc) } static void -spdc_add_freehand_point(SPPencilContext *pc, NR::Point p, guint state) +spdc_add_freehand_point(SPPencilContext *pc, NR::Point p, guint /*state*/) { g_assert( pc->npoints > 0 ); g_return_if_fail(unsigned(pc->npoints) < G_N_ELEMENTS(pc->p)); |
