mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests: Annotate another fall-through switch case (Coverity).
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0cab9e8c9f
commit
85521c2f82
@ -15457,6 +15457,7 @@ static void test_uav_load(void)
|
||||
{
|
||||
default:
|
||||
trace("Unhandled format %#x.\n", test->uav_desc.Format);
|
||||
/* fall-through */
|
||||
case DXGI_FORMAT_R32_FLOAT:
|
||||
cpu_handle = rtv_float;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user