More fix warnings about static function and prototype
This commit is contained in:
parent
16bb6a0b3d
commit
c963f02571
38 changed files with 262 additions and 257 deletions
|
@ -964,7 +964,7 @@ static void HIDAPI_DelDevice(SDL_HIDAPI_Device *device)
|
|||
}
|
||||
}
|
||||
|
||||
static SDL_bool HIDAPI_CreateCombinedJoyCons()
|
||||
static SDL_bool HIDAPI_CreateCombinedJoyCons(void)
|
||||
{
|
||||
SDL_HIDAPI_Device *device, *combined;
|
||||
SDL_HIDAPI_Device *joycons[2] = { NULL, NULL };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue