Fixed a bunch of compiler warnings.

--HG--
extra : rebase_source : a2c94cfaf300f4d9f5b7855489ed05c8e23de9fd
This commit is contained in:
Ryan C. Gordon 2017-08-29 15:52:49 -04:00
parent 03c8f2002b
commit fca3874ab4
8 changed files with 43 additions and 42 deletions

View file

@ -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");