diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 12:33:55 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 12:34:58 +0100 |
commit | 8e04a08869cfec0f0473137e580b8571f793da14 (patch) | |
tree | 3d47ec730f5624b44938b228955d06fc283fe079 /logic/extensions.cpp | |
parent | 364c1ecd8703dadaaa9c7479335e469b153a1be0 (diff) |
fix -Wall -Wextra -Wpedantic
Diffstat (limited to 'logic/extensions.cpp')
-rw-r--r-- | logic/extensions.cpp | 1 |
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 |