mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
Fixed warning C4389: '!=': signed/unsigned mismatch in SDL_blit.c
This commit is contained in:
@@ -79,7 +79,7 @@ typedef struct
|
|||||||
Uint32 src_format;
|
Uint32 src_format;
|
||||||
Uint32 dst_format;
|
Uint32 dst_format;
|
||||||
int flags;
|
int flags;
|
||||||
int cpu;
|
unsigned int cpu;
|
||||||
SDL_BlitFunc func;
|
SDL_BlitFunc func;
|
||||||
} SDL_BlitFuncEntry;
|
} SDL_BlitFuncEntry;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user