Kill compiler warning

This commit is contained in:
Sascha Schumann 1999-12-22 22:47:18 +00:00
parent 473632bf0d
commit 5eeb9db457

View File

@ -301,7 +301,7 @@ PHP_MINIT_FUNCTION(mysql)
ELS_FETCH();
#ifdef ZTS
mysql_globals_id = ts_allocate_id(sizeof(php_mysql_globals), php_mysql_init_globals, NULL);
mysql_globals_id = ts_allocate_id(sizeof(php_mysql_globals), (ts_allocate_ctor) php_mysql_init_globals, NULL);
#else
MySG(num_persistent)=0;
#endif