Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPIRV] Mark maybe unused extractSubvector variable (#116117)
Change #115178 introduced a variable that is only used in an assert, which could result in an unused variable warning in builds without asserts enabled. This just addes the maybe_unused attribute to silence the warning.
- Loading branch information