diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-08-03 05:26:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-08-03 05:26:22 +0000 |
| commit | 97ee94bf83b8684d9b8e7d316e6721f11c50752c (patch) | |
| tree | ca2664622327eac6b0fb69d9bf641ffa782b0954 /src | |
| parent | Fixed broken empty string check (diff) | |
| download | inkscape-97ee94bf83b8684d9b8e7d316e6721f11c50752c.tar.gz inkscape-97ee94bf83b8684d9b8e7d316e6721f11c50752c.zip | |
Warning cleanup
(bzr r6543)
Diffstat (limited to 'src')
| -rw-r--r-- | src/knot-holder-entity.cpp | 2 | ||||
| -rw-r--r-- | 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<Geom::D2<Geom::SBasis> > const & p } void -LPECopyRotate::addCanvasIndicators(SPLPEItem *lpeitem, std::vector<Geom::PathVector> &hp_vec) +LPECopyRotate::addCanvasIndicators(SPLPEItem */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) { using namespace Geom; |
