clang 12.0.0.rc2 no longer supports the -Wno-error-.. syntax.
The rest of the src tree already uses -Wno-error=.. anyway.
Details
Details
- Reviewers
emaste manu - Group Reviewers
Contributor Reviews (src) - Commits
- rGff236cdc3893: kern.mk: fix -Wno-error style to fix build with Clang 12
rG742d31501978: kern.mk: fix -Wno-error style to fix build with Clang 12
rGa7ade2196244: kern.mk: fix -Wno-error style to fix build with Clang 12
rG15565e0a2177: kern.mk: fix -Wno-error style to fix build with Clang 12
Build with external llvm12, observe no longer failing with stuff like:
error: unknown -Werror warning specifier: '-Wno-error-tautological-compare' [-Werror,-Wunknown-warning-option]
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable