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:
Józef Kucia 2018-10-26 15:06:51 +02:00 committed by Alexandre Julliard
parent 0cab9e8c9f
commit 85521c2f82
1 changed files with 1 additions and 0 deletions

View File

@ -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;