summaryrefslogtreecommitdiffhomepage
path: root/logic
diff options
context:
space:
mode:
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