Fixed compiler warning

This commit is contained in:
Sam Lantinga 2017-10-12 14:02:24 -07:00
parent ba10d2b654
commit 21cd2df694

View File

@ -5370,7 +5370,7 @@ void SDL_free(void *ptr)
}
s_mem.free_func(ptr);
SDL_AtomicDecRef(&s_mem.num_allocations);
(void)SDL_AtomicDecRef(&s_mem.num_allocations);
}
/* vi: set ts=4 sw=4 expandtab: */