Fixed a bunch of compiler warnings.
--HG-- extra : rebase_source : a2c94cfaf300f4d9f5b7855489ed05c8e23de9fd
This commit is contained in:
parent
03c8f2002b
commit
fca3874ab4
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