More linting in src/win

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:25:16 -04:00
parent 506d548b38
commit bacf8deae3
22 changed files with 405 additions and 372 deletions

View File

@@ -139,6 +139,7 @@ joystick_init()
void
joystick_close()
{
//
}
void
@@ -261,7 +262,7 @@ joystick_process(void)
}
void
win_joystick_handle(PRAWINPUT raw)
win_joystick_handle(UNUSED(PRAWINPUT raw))
{
// Nothing to be done here, atleast currently
}