Skip to content
Snippets Groups Projects
Commit 12707ff1 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard
Browse files

tests: Annotate fall-through switch case (Coverity).

parent a96cfa32
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment