From eba876d78708b086fc48abd38cd4e638e282b853 Mon Sep 17 00:00:00 2001 From: Michael Lentine Date: Wed, 3 Feb 2016 16:51:46 -0600 Subject: layers: Enable Wall and Werror. --- layers/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/image.cpp') 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; -- cgit v1.2.3