mirror of
https://github.com/yawut/SDL.git
synced 2026-04-06 17:15:07 -05:00
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 |
||
|---|---|---|
| .. | ||
| SDL_syscond.c | ||
| SDL_sysmutex_c.h | ||
| SDL_sysmutex.c | ||
| SDL_syssem.c | ||
| SDL_systhread_c.h | ||
| SDL_systhread.c | ||
| SDL_systls.c | ||