From 512db7ec78a9d334e561ef0f6a3ae68aa10a6824 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 1 Jul 2020 16:24:59 +1000 Subject: [PATCH] anv: update fallthrough comment so gcc sees it Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/vulkan/anv_formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_formats.c b/src/intel/vulkan/anv_formats.c index eb1514bb42f..b7cac527ac5 100644 --- a/src/intel/vulkan/anv_formats.c +++ b/src/intel/vulkan/anv_formats.c @@ -1155,7 +1155,7 @@ VkResult anv_GetPhysicalDeviceImageFormatProperties2( external_props->externalMemoryProperties = android_image_props; break; } - /* fallthrough if ahw not supported */ + /* fallthrough - if ahw not supported */ default: /* From the Vulkan 1.0.42 spec: * -- 2.30.2