From 06882bd2dca4ea92d0608077c45cff6cb7e41583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Mon, 9 Jun 2025 15:30:26 +0200 Subject: Fix various warnings --- Source/Core/InputCommon/ControllerInterface/SDL/SDLGamepad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDLGamepad.cpp b/Source/Core/InputCommon/ControllerInterface/SDL/SDLGamepad.cpp index 345bef00a3..38358999b7 100644 --- a/Source/Core/InputCommon/ControllerInterface/SDL/SDLGamepad.cpp +++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDLGamepad.cpp @@ -13,7 +13,7 @@ namespace ciface::SDL { -bool IsTriggerAxis(int index) +static bool IsTriggerAxis(int index) { // First 4 axes are for the analog sticks, the rest are for the triggers return index >= 4; -- cgit v1.2.3