mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 11:18:14 +00:00
Fixed missing prototypes on Android, patch from Sylvain
This commit is contained in:
@@ -167,7 +167,7 @@ keycode_to_SDL(int keycode)
|
||||
|
||||
default:
|
||||
return -1;
|
||||
break;
|
||||
/* break; -Wunreachable-code-break */
|
||||
}
|
||||
|
||||
/* This is here in case future generations, probably with six fingers per hand,
|
||||
|
Reference in New Issue
Block a user