summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-10-27 16:47:42 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-10-27 16:47:42 +0000
commit5fc8293bd324fa3ed49226adb9b46174a227f766 (patch)
tree66746a0ec377c0af5f22be7d591eb30f708933af /src/draw-context.cpp
parentadd some nullptr checking, should fix crash (couldn't test) (diff)
downloadinkscape-5fc8293bd324fa3ed49226adb9b46174a227f766.tar.gz
inkscape-5fc8293bd324fa3ed49226adb9b46174a227f766.zip
fix warnings
(bzr r12734)
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp
index 498ff5bfb..365da38ac 100644
--- a/src/draw-context.cpp
+++ b/src/draw-context.cpp
@@ -165,7 +165,7 @@ void SPDrawContext::finish() {
spdc_free_colors(this);
}
-void SPDrawContext::set(const Inkscape::Preferences::Entry& value) {
+void SPDrawContext::set(const Inkscape::Preferences::Entry& /*value*/) {
}
bool SPDrawContext::root_handler(GdkEvent* event) {