mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Win32: Fix code analysis warning
This commit is contained in:
parent
66149a29da
commit
49f429018e
@ -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…
Reference in New Issue
Block a user