Describe the bug
When trying to build the WPILib 2027 branch or v2027.0.0-alpha-4 on MacOS 26, clang 21.0.0, both the gradle and cmake builds fail due to the following error:
error: unknown warning option '-Wno-fixed-enum-extension'; did you mean '-Wno-bit-int-extension'? [-Werror,-Wunknown-warning-option]
I have not tried the Bazel build.
To Reproduce
Steps to reproduce the behavior:
./gradlew build
Expected behavior
The build on an unmodified clone should be successful.
Desktop (please complete the following information):
- OS: MacOS 26
- Compiler: clang 21.0.0
Describe the bug
When trying to build the WPILib 2027 branch or v2027.0.0-alpha-4 on MacOS 26, clang 21.0.0, both the gradle and cmake builds fail due to the following error:
I have not tried the Bazel build.
To Reproduce
Steps to reproduce the behavior:
./gradlew buildExpected behavior
The build on an unmodified clone should be successful.
Desktop (please complete the following information):