mirror of
https://github.com/yawut/SDL.git
synced 2026-04-21 16:17:28 -05:00
Fixed compile warning
This commit is contained in:
parent
7ceef7fd16
commit
8a477f57e7
|
|
@ -290,7 +290,7 @@ static int GLES2_LoadFunctions(GLES2_DriverContext * data)
|
|||
#endif
|
||||
|
||||
#if defined __SDL_NOGETPROCADDR__
|
||||
#define SDL_PROC(ret,func,params) data->func=func;
|
||||
#define SDL_PROC(ret,func,params) *(void**)&data->func=func;
|
||||
#else
|
||||
#define SDL_PROC(ret,func,params) \
|
||||
do { \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user