From abcd0cd508385848239660e4f6873b85982aad58 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 2 Nov 2007 08:00:40 +0000 Subject: warning cleanup (bzr r4012) --- src/pen-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pen-context.cpp') diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 76fc3a61b..326791275 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -1162,7 +1162,7 @@ spdc_pen_set_ctrl(SPPenContext *const pc, NR::Point const p, guint const state) } static void -spdc_pen_finish_segment(SPPenContext *const pc, NR::Point const p, guint const state) +spdc_pen_finish_segment(SPPenContext *const pc, NR::Point const /*p*/, guint const /*state*/) { if (!sp_curve_empty(pc->red_curve)) { sp_curve_append_continuous(pc->green_curve, pc->red_curve, 0.0625); -- cgit v1.2.3