From 90db16db38b3ebe07d092a9855891280278041c7 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 16 Dec 2015 16:08:08 -0700 Subject: layers: clean up path without return warning --- layers/draw_state.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index c2ed6e51..e2d4d0b2 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1648,6 +1648,8 @@ static uint32_t getUpdateCount(layer_data* my_data, const VkDevice device, const // TODO : Need to understand this case better and make sure code is correct return ((VkCopyDescriptorSet*)pUpdateStruct)->descriptorCount; } + + return 0; } // For given Layout Node and binding, return index where that binding begins -- cgit v1.2.3