Skip to content

ci: drop the CI exception for unused functions with clang

Yonggang Luo requested to merge lygstate/mesa:mesa-unused-functions into main

Replace of !14470 (closed) for merge

fix clang warnings for unused functions

GCC does not warn about unused static inlined functions. Clang does.

Some functions could be simply dropped. Others were only used with specific defines. Lastly some were defined for completeness.

With this we can drop the CI exception for unused functions with clang.

Edited by Yonggang Luo

Merge request reports