Fix uninitialised variable warning for some compilers
authorSteve Hill <hills@broadcom.com>
Thu, 25 Oct 2018 09:36:50 +0000 (10:36 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 25 Oct 2018 19:14:22 +0000 (15:14 -0400)
commitce8163a46838322d660c31f97ca6056d6fcde291
tree433443b2864e37bedd1e43d67e19adeb5d227309
parenta7e7692a2e3a6c98fdc2a14b45f0ca1b034e6784
Fix uninitialised variable warning for some compilers

Some compilers seem to get confused as to whether the scope
string-variable is initialised properly.

This change makes the switch that sets it up consistent with the
other switches and pacifies those compilers.

Components: Vulkan

Affects: dEQP-VK.memory_model.*

VK-GL-CTS issue: 1442

Change-Id: Id5ff742c85510af173020cf1bbfc16429a33f29f
external/vulkancts/modules/vulkan/memory_model/vktMemoryModelMessagePassing.cpp