mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression
This commit is contained in:
parent
9fc1135e3b
commit
b566bfce07
8 changed files with 11 additions and 11 deletions
|
@ -69,7 +69,7 @@ struct SDL_Thread
|
|||
int(SDLCALL *userfunc)(void *);
|
||||
void *userdata;
|
||||
void *data;
|
||||
void *endfunc; /* only used on some platforms. */
|
||||
SDL_FunctionPointer endfunc; /* only used on some platforms. */
|
||||
};
|
||||
|
||||
/* This is the function called to run a thread */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue