Fix clang 10.0 build of ray tracing control flow tests
authorSlawomir Cygan <slawomir.cygan@intel.com>
Mon, 7 Dec 2020 17:19:25 +0000 (18:19 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 7 Dec 2020 21:01:56 +0000 (16:01 -0500)
commitd64576958e0195bb9029ac7ffab9717afb9ddffa
tree2fa405024f84273442ab646e94859953d507c9dd
parent5ab93f6fc5022105024f7dfd13a65502a47d5f6c
Fix clang 10.0 build of ray tracing control flow tests

The build fails due to -Werror,-Wunused-const-variable warning.
the PUSH_CONSTANTS_COUNT constant is used only in debug builds.

Components: Vulkan

Change-Id: I6ee3920619109024cb9ba29c0d22722d0069d91d
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingComplexControlFlowTests.cpp