Skip to content

fix clang warnings for -Wunused-but-set-variable

Thomas Andersen requested to merge phomes/mesa:unused-but-set-variable into main

Fix a few cases where a variable is set but not read

This does not affect the exception list in the CI. They only show up on later versions of clang. CI uses version 11.

Merge request reports