mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 08:27:39 +00:00
Fixed missing prototypes on Android, patch from Sylvain
This commit is contained in:
parent
84c0780e25
commit
26f05ecb4d
13 changed files with 203 additions and 60 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue