diff options
author | Eric Engestrom <[email protected]> | 2019-05-23 16:07:38 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-05-23 15:28:43 +0000 |
commit | 8d386e6eef8786ac0f8800c9f300b979ccad583d (patch) | |
tree | 937d92c9ef3b9d95e0c9123c6340d785bad51606 /src/gallium | |
parent | 25afbb04c222aeadfb8caa2b906187feb7a3e2fe (diff) |
vk/util: suppress warning about out-of-enum android value
src/vulkan/util/vk_enum_to_str.c: In function ‘vk_structure_type_size’:
src/vulkan/util/vk_enum_to_str.c:3335:9: warning: case value ‘1000010000’ not in enumerated type ‘VkStructureType’ {aka ‘const enum VkStructureType’} [-Wswitch]
case VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID: return sizeof(VkNativeBufferANDROID);
^~~~
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions