@@ -61,11 +61,11 @@ OBJC_ERROR("Failed to create TLS keys!"); } #endif void * -objc_autoreleasePoolPush() +objc_autoreleasePoolPush(void) { #if !defined(OF_HAVE_COMPILER_TLS) && defined(OF_HAVE_THREADS) uintptr_t count = (uintptr_t)OFTLSKeyGet(countKey); #endif return (void *)count;