mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
_swift_stdlib_getHardwareConcurrency's declaration isn't a proper prototype: it's missing `void` inside the brackets. Found while compiling the stdlib to WebAssembly, which fails with: Functions with 'no-prototype' attribute must take varargs: _swift_stdlib_getHardwareConcurrency This shouldn't impact existing platforms.
3.3 KiB
3.3 KiB