mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
- MFH: Suppress signedness warnings
This commit is contained in:
@@ -1808,7 +1808,7 @@ ZEND_FUNCTION(zend_test_func)
|
||||
#ifdef ZTS
|
||||
ZEND_FUNCTION(zend_thread_id)
|
||||
{
|
||||
RETURN_LONG(tsrm_thread_id());
|
||||
RETURN_LONG((long)tsrm_thread_id());
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user