aboutsummaryrefslogtreecommitdiff
path: root/layers/image.cpp
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2016-02-03 16:51:46 -0600
committerTobin Ehlis <tobine@google.com>2016-02-10 09:19:29 -0700
commiteba876d78708b086fc48abd38cd4e638e282b853 (patch)
tree018123c70b06e3a1b477fc0907a9360a44426bf9 /layers/image.cpp
parent32bce170582e151c13df697f410a8ccda72454b3 (diff)
downloadusermoji-eba876d78708b086fc48abd38cd4e638e282b853.tar.xz
layers: Enable Wall and Werror.
Diffstat (limited to 'layers/image.cpp')
-rw-r--r--layers/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/image.cpp b/layers/image.cpp
index a40b2f23..62c42841 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -343,7 +343,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateImage(VkDevice device, co
{
VkBool32 skipCall = VK_FALSE;
VkResult result = VK_ERROR_VALIDATION_FAILED_EXT;
- VkImageFormatProperties ImageFormatProperties = {0};
+ VkImageFormatProperties ImageFormatProperties;
layer_data *device_data = get_my_data_ptr(get_dispatch_key(device), layer_data_map);
VkPhysicalDevice physicalDevice = device_data->physicalDevice;