diff options
author | Timothy Arceri <[email protected]> | 2020-07-01 16:24:59 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2020-07-02 12:11:30 +1000 |
commit | 512db7ec78a9d334e561ef0f6a3ae68aa10a6824 (patch) | |
tree | 5263eae2a64f6558e8f974a16591636cab22aa52 /src | |
parent | 06dc2f3f4759d5541fd52bf66ee43158c8405423 (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')
-rw-r--r-- | src/intel/vulkan/anv_formats.c | 2 |
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: * |