mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
Kill a warning
This commit is contained in:
@@ -127,7 +127,7 @@ static void php_zlib_init_globals(ZLIBLS_D)
|
||||
PHP_MINIT_FUNCTION(zlib)
|
||||
{
|
||||
#ifdef ZTS
|
||||
zlib_globals_id = ts_allocate_id(sizeof(php_zlib_globals), php_zlib_init_globals, NULL);
|
||||
zlib_globals_id = ts_allocate_id(sizeof(php_zlib_globals), (ts_allocate_ctor) php_zlib_init_globals, NULL);
|
||||
#else
|
||||
ZLIBG(gzgetss_state)=0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user