diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-10-27 19:57:50 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-10-27 19:57:50 +0000 |
| commit | 4aa096a5a8537b6e28c4502d817e546b8b7fdd9b (patch) | |
| tree | 37473619b5368e19d079f2675f575bdbfbbfe93f /src/livarot/ShapeMisc.cpp | |
| parent | fix warning and add comments about fixing code (diff) | |
| download | inkscape-4aa096a5a8537b6e28c4502d817e546b8b7fdd9b.tar.gz inkscape-4aa096a5a8537b6e28c4502d817e546b8b7fdd9b.zip | |
"fix" some "unused parameter" warnings
(bzr r12736)
Diffstat (limited to 'src/livarot/ShapeMisc.cpp')
| -rw-r--r-- | src/livarot/ShapeMisc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/ShapeMisc.cpp b/src/livarot/ShapeMisc.cpp index 6fd40790f..e40915cba 100644 --- a/src/livarot/ShapeMisc.cpp +++ b/src/livarot/ShapeMisc.cpp @@ -327,7 +327,7 @@ Shape::ConvertToForme (Path * dest, int nbP, Path * *orig, bool splitWhenForced) MakeSweepDestData (false); } void -Shape::ConvertToFormeNested (Path * dest, int nbP, Path * *orig, int wildPath,int &nbNest,int *&nesting,int *&contStart,bool splitWhenForced) +Shape::ConvertToFormeNested (Path * dest, int nbP, Path * *orig, int /*wildPath*/,int &nbNest,int *&nesting,int *&contStart,bool splitWhenForced) { nesting=NULL; contStart=NULL; |
