diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2014-11-01 20:47:00 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2014-11-01 20:47:00 +0000 |
| commit | 1784329fa3ac4a56944fe03a3b439c4fcd31dea1 (patch) | |
| tree | 7b63749159f8ff2d86d6dac560525350373a88b6 /src/live_effects/parameter/filletchamferpointarray.cpp | |
| parent | Fix make distcheck (diff) | |
| download | inkscape-1784329fa3ac4a56944fe03a3b439c4fcd31dea1.tar.gz inkscape-1784329fa3ac4a56944fe03a3b439c4fcd31dea1.zip | |
Warning cleanup.
(bzr r13653)
Diffstat (limited to 'src/live_effects/parameter/filletchamferpointarray.cpp')
| -rw-r--r-- | src/live_effects/parameter/filletchamferpointarray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
