summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2014-11-01 20:47:00 +0000
committerJon A. Cruz <jon@joncruz.org>2014-11-01 20:47:00 +0000
commit1784329fa3ac4a56944fe03a3b439c4fcd31dea1 (patch)
tree7b63749159f8ff2d86d6dac560525350373a88b6 /src/live_effects
parentFix make distcheck (diff)
downloadinkscape-1784329fa3ac4a56944fe03a3b439c4fcd31dea1.tar.gz
inkscape-1784329fa3ac4a56944fe03a3b439c4fcd31dea1.zip
Warning cleanup.
(bzr r13653)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-bspline.cpp2
-rw-r--r--src/live_effects/parameter/filletchamferpointarray.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp
index b68799d08..e1ff49959 100644
--- a/src/live_effects/lpe-bspline.cpp
+++ b/src/live_effects/lpe-bspline.cpp
@@ -87,7 +87,7 @@ LPEBSpline::LPEBSpline(LivePathEffectObject *lpeobject)
LPEBSpline::~LPEBSpline() {}
-void LPEBSpline::doBeforeEffect (SPLPEItem const* lpeitem)
+void LPEBSpline::doBeforeEffect (SPLPEItem const* /*lpeitem*/)
{
if(!hp.empty()){
hp.clear();
diff --git a/src/live_effects/parameter/filletchamferpointarray.cpp b/src/live_effects/parameter/filletchamferpointarray.cpp
index db24a9735..165dcd930 100644
--- a/src/live_effects/parameter/filletchamferpointarray.cpp
+++ b/src/live_effects/parameter/filletchamferpointarray.cpp
@@ -712,8 +712,8 @@ FilletChamferPointArrayParamKnotHolderEntity(
: _pparam(p), _index(index) {}
void FilletChamferPointArrayParamKnotHolderEntity::knot_set(Point const &p,
- Point const &origin,
- guint state)
+ Point const &/*origin*/,
+ guint /*state*/)
{
using namespace Geom;