From e8daf0a39f9848dace761a9f85eac1fd940e551f Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 5 Dec 2008 06:21:29 +0000 Subject: Warning cleanup. (bzr r6947) --- src/lpe-tool-context.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lpe-tool-context.cpp') diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp index 5c6575cca..0f96c6ed2 100644 --- a/src/lpe-tool-context.cpp +++ b/src/lpe-tool-context.cpp @@ -375,7 +375,7 @@ lpetool_mode_to_index(Inkscape::LivePathEffect::EffectType const type) { * Checks whether an item has a construction applied as LPE and if so returns the index in * lpesubtools of this construction */ -int lpetool_item_has_construction(SPLPEToolContext *lc, SPItem *item) +int lpetool_item_has_construction(SPLPEToolContext */*lc*/, SPItem *item) { if (!SP_IS_LPE_ITEM(item)) { return -1; @@ -467,7 +467,7 @@ lpetool_context_reset_limiting_bbox(SPLPEToolContext *lc) static void set_pos_and_anchor(SPCanvasText *canvas_text, const Geom::Piecewise > &pwd2, - const double t, const double length, bool use_curvature = false) + const double t, const double length, bool /*use_curvature*/ = false) { using namespace Geom; -- cgit v1.2.3