From: Timothy Arceri Date: Wed, 1 Jul 2020 06:24:59 +0000 (+1000) Subject: anv: update fallthrough comment so gcc sees it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=512db7ec78a9d334e561ef0f6a3ae68aa10a6824;p=mesa.git anv: update fallthrough comment so gcc sees it Reviewed-by: Lionel Landwerlin Part-of: --- 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: *