diff options
author | Eric Engestrom <[email protected]> | 2019-05-03 12:31:01 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-05-23 15:06:11 +0000 |
commit | 00cfeacf3179ee37d2517188cb5074e5bea66a34 (patch) | |
tree | 820246302df41f7505b09f26864559895c90ad99 /src/vulkan/wsi | |
parent | 90e7ce5bde88d157f996bced5d6c3af2f6f6d3a3 (diff) |
vk/util: drop no-op compiler warning workaround
`-Wswitch` applies to `switch()`, not `case:`, and is bypassed by the
presence of a `default:` anyway, so let's drop the `default:` and move
the warning suppression to where it can make a difference, and then it
turns out that we don't need to keep a list of special cases anymore :)
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/vulkan/wsi')
0 files changed, 0 insertions, 0 deletions