mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
Fix various warnings: static /void / comma
This commit is contained in:
@@ -1804,7 +1804,7 @@ char *SDL_GetGamepadMapping(SDL_Gamepad *gamepad)
|
||||
return retval;
|
||||
}
|
||||
|
||||
static void SDL_LoadGamepadHints()
|
||||
static void SDL_LoadGamepadHints(void)
|
||||
{
|
||||
const char *hint = SDL_GetHint(SDL_HINT_GAMECONTROLLERCONFIG);
|
||||
if (hint && hint[0]) {
|
||||
|
Reference in New Issue
Block a user