1
0
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:
Moriyoshi Koizumi
2008-07-24 20:44:15 +00:00
parent 023211d8d2
commit 1f845199f7

View File

@@ -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