mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 18:55:32 -05:00
One more compiler warning.
This commit is contained in:
@@ -88,7 +88,7 @@ SDL_TLSCleanup()
|
||||
|
||||
storage = SDL_SYS_GetTLSData();
|
||||
if (storage) {
|
||||
int i;
|
||||
unsigned int i;
|
||||
for (i = 0; i < storage->limit; ++i) {
|
||||
if (storage->array[i].destructor) {
|
||||
storage->array[i].destructor(storage->array[i].data);
|
||||
|
||||
Reference in New Issue
Block a user