diff options
Diffstat (limited to 'src/touchactions.cpp')
-rw-r--r-- | src/touchactions.cpp | 2 |
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); } |