One more compiler warning.

This commit is contained in:
Ryan C. Gordon
2013-07-20 19:59:31 -04:00
parent 7ad45365b7
commit 89f836cacf

View File

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