summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-12-05 06:21:29 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-12-05 06:21:29 +0000
commite8daf0a39f9848dace761a9f85eac1fd940e551f (patch)
tree8dbd9569702b0f41aed51d7eacd93a157b2ad873 /src/lpe-tool-context.cpp
parentCorrected initialization order. (diff)
downloadinkscape-e8daf0a39f9848dace761a9f85eac1fd940e551f.tar.gz
inkscape-e8daf0a39f9848dace761a9f85eac1fd940e551f.zip
Warning cleanup.
(bzr r6947)
Diffstat (limited to 'src/lpe-tool-context.cpp')
-rw-r--r--src/lpe-tool-context.cpp4
1 files changed, 2 insertions, 2 deletions
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<Geom::D2<Geom::SBasis> > &pwd2,
- const double t, const double length, bool use_curvature = false)
+ const double t, const double length, bool /*use_curvature*/ = false)
{
using namespace Geom;