From 74d2ab9ea1ee691a30c6b7d594a344d544c54516 Mon Sep 17 00:00:00 2001 From: ishmal Date: Sun, 4 May 2008 17:04:17 +0000 Subject: [PATCH] Remove warnings --- 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 } -- 2.30.2