mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-29 17:28:42 +00:00
Fixed warning C4389: '!=': signed/unsigned mismatch in SDL_blit.c
This commit is contained in:
parent
e813c72b3c
commit
dc1c27885e
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ typedef struct
|
|||
Uint32 src_format;
|
||||
Uint32 dst_format;
|
||||
int flags;
|
||||
int cpu;
|
||||
unsigned int cpu;
|
||||
SDL_BlitFunc func;
|
||||
} SDL_BlitFuncEntry;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue