SDL/src/thread/pthread
Gabriel Jacobo eefc8fdad1 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
2013-08-29 14:03:44 -03:00
..
SDL_syscond.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_sysmutex_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_sysmutex.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_syssem.c Fixes bug #2074 - Thanks Sylvain! 2013-08-29 14:03:44 -03:00
SDL_systhread_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_systhread.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_systls.c Added release/acquire memory barriers to the atomic API 2013-07-10 18:31:17 -07:00