Skip to content

ci: drop the CI exception for unused functions with clang

Thomas Andersen requested to merge phomes/mesa:unused-functions into main

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.

Merge request reports