Win32: Fix code analysis warning

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 66149a29da
commit 49f429018e
  1. 2
      src/win32_joystick.c

@ -176,7 +176,7 @@ static int compareJoystickObjects(const void* first, const void* second)
//
static GLFWbool supportsXInput(const GUID* guid)
{
UINT i, count;
UINT i, count = 0;
RAWINPUTDEVICELIST* ridl;
GLFWbool result = GLFW_FALSE;

Loading…
Cancel
Save