anv: update fallthrough comment so gcc sees it

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>
This commit is contained in:
Timothy Arceri
2020-07-01 16:24:59 +10:00
parent 06dc2f3f47
commit 512db7ec78
+1 -1
View File
@@ -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:
*