tests: Annotate 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-24 13:16:26 +02:00 committed by Alexandre Julliard
parent a96cfa32a1
commit 12707ff160
1 changed files with 1 additions and 0 deletions

View File

@ -14534,6 +14534,7 @@ static void test_typed_uav_store(void)
{
default:
trace("Unhandled format %#x.\n", tests[i].format);
/* fall-through */
case DXGI_FORMAT_R32_FLOAT:
check_sub_resource_float(resource, 0, queue, command_list, tests[i].result.f, 2);
break;