summaryrefslogtreecommitdiffhomepage
path: root/logic
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-18 12:33:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-18 12:34:58 +0100
commit8e04a08869cfec0f0473137e580b8571f793da14 (patch)
tree3d47ec730f5624b44938b228955d06fc283fe079 /logic
parent364c1ecd8703dadaaa9c7479335e469b153a1be0 (diff)
fix -Wall -Wextra -Wpedantic
Diffstat (limited to 'logic')
-rw-r--r--logic/extensions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/extensions.cpp b/logic/extensions.cpp
index 3a2271f8..395d35ce 100644
--- a/logic/extensions.cpp
+++ b/logic/extensions.cpp
@@ -23,6 +23,7 @@ static constexpr struct event_type_mapping
bool event_handler::is_enabled(const QString& name)
{
+ (void)name;
#if 1
return true;
#else