From f3839a338c520f6216bf1c7fd20a49f4c166bcf9 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Sun, 4 May 2008 17:04:17 +0000 Subject: Remove warnings (bzr r5601) --- src/2geom/svg-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3