mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +00:00
Fixed a bunch of compiler warnings.
This commit is contained in:
parent
629f8abab4
commit
ae667da638
8 changed files with 43 additions and 42 deletions
|
@ -600,7 +600,7 @@ static void RunFIFOTest(SDL_bool lock_free)
|
|||
int i, j;
|
||||
int grand_total;
|
||||
char textBuffer[1024];
|
||||
int len;
|
||||
size_t len;
|
||||
|
||||
SDL_Log("\nFIFO test---------------------------------------\n\n");
|
||||
SDL_Log("Mode: %s\n", lock_free ? "LockFree" : "Mutex");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue