Closed cgzones closed 2 years ago
The changes look good, thanks.
I take it we haven't seen these before in the CI because we don't have -Werror enabled on clang builds? Does this PR allow us to enable that on clang? Is that something we want?
We are already using -Werror in the CI, just not Clang 15:
-Werror
https://github.com/SELinuxProject/selint/blob/39aa318d77ba404266f008bfdd38c7698c81abb2/.github/workflows/main.yml#L64-L71
Merged, thanks!
The changes look good, thanks.
I take it we haven't seen these before in the CI because we don't have -Werror enabled on clang builds? Does this PR allow us to enable that on clang? Is that something we want?