mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
d93800ec0f
__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