From: ishmal Date: Sun, 4 May 2008 17:04:17 +0000 (+0000) Subject: Remove warnings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=74d2ab9ea1ee691a30c6b7d594a344d544c54516;p=inkscape.git Remove warnings --- diff --git a/src/2geom/svg-path.cpp b/src/2geom/svg-path.cpp index 312db9d23..60ae957cb 100644 --- a/src/2geom/svg-path.cpp +++ b/src/2geom/svg-path.cpp @@ -50,7 +50,7 @@ void output(QuadraticBezier const &curve, SVGPathSink &sink) { sink.quadTo(curve[1], curve[2]); } -void output(SVGEllipticalArc const &curve, SVGPathSink &sink) { +void output(SVGEllipticalArc const &/*curve*/, SVGPathSink &/*sink*/) { // FIXME }