From 29753e6d17cb148a6b17587f0d63655e5b139d4c Mon Sep 17 00:00:00 2001 From: joncruz Date: Sun, 3 Aug 2008 05:26:22 +0000 Subject: [PATCH] Warning cleanup --- src/knot-holder-entity.cpp | 2 +- src/live_effects/lpe-copy_rotate.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/knot-holder-entity.cpp b/src/knot-holder-entity.cpp index 4c6ffbeac..6d5f1187b 100644 --- a/src/knot-holder-entity.cpp +++ b/src/knot-holder-entity.cpp @@ -191,7 +191,7 @@ PatternKnotHolderEntityAngle::knot_set(Geom::Point const &p, Geom::Point const & } void -PatternKnotHolderEntityScale::knot_set(Geom::Point const &p, Geom::Point const &origin, guint state) +PatternKnotHolderEntityScale::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint state) { SPPattern *pat = SP_PATTERN(SP_STYLE_FILL_SERVER(SP_OBJECT(item)->style)); diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index bfb9a7b99..3451a10b6 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -114,7 +114,7 @@ LPECopyRotate::doEffect_pwd2 (Geom::Piecewise > const & p } void -LPECopyRotate::addCanvasIndicators(SPLPEItem *lpeitem, std::vector &hp_vec) +LPECopyRotate::addCanvasIndicators(SPLPEItem */*lpeitem*/, std::vector &hp_vec) { using namespace Geom; -- 2.30.2