Fix Android release build due to unused variable
authorRicardo Garcia <rgarcia@igalia.com>
Thu, 15 Dec 2022 09:28:31 +0000 (10:28 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 19 Dec 2022 10:45:12 +0000 (10:45 +0000)
commitb2c2f611f60565f654a03625a347f7768ca1a147
tree05cfe620981fb68de42389fcbef37cdadc9bdc40
parent1a6b6f1604dc5e1451b3f9c739acc134c43b0f38
Fix Android release build due to unused variable

The affected variable is a static constexpr uint32_t that's only used
for an assertion in debug builds.

No test results should be affected by this change.

Components: Vulkan
VK-GL-CTS issue: 4178

Change-Id: I970b2c82760fd54be91bfe9549baa8ebc57bb0f9
external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp