summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-05-04 17:04:17 +0000
committerishmal <ishmal@users.sourceforge.net>2008-05-04 17:04:17 +0000
commitf3839a338c520f6216bf1c7fd20a49f4c166bcf9 (patch)
tree9b17756f77442711c6205a761a026a2955bcbf81 /src
parentNext steps in implementing the snapping indicator (diff)
downloadinkscape-f3839a338c520f6216bf1c7fd20a49f4c166bcf9.tar.gz
inkscape-f3839a338c520f6216bf1c7fd20a49f4c166bcf9.zip
Remove warnings
(bzr r5601)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/svg-path.cpp2
1 files changed, 1 insertions, 1 deletions
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
}