Fixes bug #2074 - Thanks Sylvain!
SDL_syssem.c:159 comparison of unsigned expression >= 0 is always true Solved by comparing unsigneds directly SDL_systimer.c:164: warning: control may reach end of Compile Solved by returning the default value if all else fails. SDL_androidgl.c:41:1: warning: type specifier missing, defaults to 'int' SDL_androidgl.c:47:1: warning: control reaches end of non-void function Solved by adding void return type to the function implementation
This commit is contained in:
parent
c6b7c0f507
commit
f8c07dc1bd
3 changed files with 5 additions and 4 deletions
|
@ -38,6 +38,7 @@
|
|||
SDL_EGL_CreateContext_impl(Android)
|
||||
SDL_EGL_MakeCurrent_impl(Android)
|
||||
|
||||
void
|
||||
Android_GLES_SwapWindow(_THIS, SDL_Window * window)
|
||||
{
|
||||
/* FIXME: These two functions were in the Java code, do we really need them? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue