aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2020-07-01 16:24:59 +1000
committerTimothy Arceri <[email protected]>2020-07-02 12:11:30 +1000
commit512db7ec78a9d334e561ef0f6a3ae68aa10a6824 (patch)
tree5263eae2a64f6558e8f974a16591636cab22aa52 /src/intel
parent06dc2f3f4759d5541fd52bf66ee43158c8405423 (diff)
anv: update fallthrough comment so gcc sees it
Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/anv_formats.c2
1 files changed, 1 insertions, 1 deletions
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:
*