ref: d68fb53710ecb534d1a9a43325ffc99e08371fd3
parent: dded47f921b7bcad28d2d7a48faec90281e2fa99
author: Clownacy <[email protected]>
date: Thu Apr 2 22:06:26 EDT 2020
Shut-up another warning
--- a/src/Backends/Controller/GLFW3.cpp
+++ b/src/Backends/Controller/GLFW3.cpp
@@ -14,6 +14,8 @@
BOOL ControllerBackend_GetJoystickStatus(JOYSTICK_STATUS *status)
{
+ (void)status;
+
return FALSE;
}