diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-10-27 16:47:42 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-10-27 16:47:42 +0000 |
| commit | 5fc8293bd324fa3ed49226adb9b46174a227f766 (patch) | |
| tree | 66746a0ec377c0af5f22be7d591eb30f708933af /src/event-context.cpp | |
| parent | add some nullptr checking, should fix crash (couldn't test) (diff) | |
| download | inkscape-5fc8293bd324fa3ed49226adb9b46174a227f766.tar.gz inkscape-5fc8293bd324fa3ed49226adb9b46174a227f766.zip | |
fix warnings
(bzr r12734)
Diffstat (limited to 'src/event-context.cpp')
| -rw-r--r-- | src/event-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event-context.cpp b/src/event-context.cpp index e5ea85818..398d3b0e3 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -77,7 +77,7 @@ static guint32 scroll_event_time = 0; static gdouble scroll_multiply = 1; static guint scroll_keyval = 0; -void SPEventContext::set(const Inkscape::Preferences::Entry& val) { +void SPEventContext::set(const Inkscape::Preferences::Entry& /*val*/) { } void SPEventContext::activate() { |
