summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2014-02-11 13:37:29 +0000
committerKris <Kris.De.Gussem@hotmail.com>2014-02-11 13:37:29 +0000
commit2607adab8dd0fdecdc5dcf13073078b58407d5b0 (patch)
tree9b54d6da3c763dc490b1b472fbbf9ef83ffefcee /src/marker.cpp
parentSet 'preserveAspectRatio' to 'none' when importing an image. (diff)
downloadinkscape-2607adab8dd0fdecdc5dcf13073078b58407d5b0.tar.gz
inkscape-2607adab8dd0fdecdc5dcf13073078b58407d5b0.zip
suppress compiler warnings
(bzr r13021)
Diffstat (limited to 'src/marker.cpp')
-rw-r--r--src/marker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.cpp b/src/marker.cpp
index 900f8a2ca..fb7b0fd21 100644
--- a/src/marker.cpp
+++ b/src/marker.cpp
@@ -282,7 +282,7 @@ Inkscape::XML::Node* SPMarker::write(Inkscape::XML::Document *xml_doc, Inkscape:
return repr;
}
-Inkscape::DrawingItem* SPMarker::show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags) {
+Inkscape::DrawingItem* SPMarker::show(Inkscape::Drawing &/*drawing*/, unsigned int /*key*/, unsigned int /*flags*/) {
// Markers in tree are never shown directly even if outside of <defs>.
return 0;
}