mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
66a33dbdce
__builtin_cpu_init() is documented as having a void return type. It happens to return int on gcc, but is void on clang. Close GH-122274