summaryrefslogtreecommitdiff
path: root/src/touchactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchactions.cpp')
-rw-r--r--src/touchactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchactions.cpp b/src/touchactions.cpp
index 40f7e5641..b9d6b2fc9 100644
--- a/src/touchactions.cpp
+++ b/src/touchactions.cpp
@@ -36,7 +36,7 @@
bool padClicked(false);
#ifdef ANDROID
-void showKeyboard(const MouseInput &mouseInput)
+void showKeyboard(const MouseInput &mouseInput A_UNUSED)
{
SDL_ANDROID_ToggleScreenKeyboardTextInput(nullptr);
}