summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandinputcontext.cpp')
-rw-r--r--src/client/qwaylandinputcontext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandinputcontext.cpp b/src/client/qwaylandinputcontext.cpp
index 119a15287..6a7295095 100644
--- a/src/client/qwaylandinputcontext.cpp
+++ b/src/client/qwaylandinputcontext.cpp
@@ -74,6 +74,7 @@ static Qt::Key toQtKey(uint32_t sym)
return Qt::Key_unknown;
}
#else
+ Q_UNUSED(sym)
return Qt::Key_unknown;
#endif
}