Skip to content

Commit

Permalink
VS2015: fix possible unreached code warning (#706)
Browse files Browse the repository at this point in the history
Signed-off-by: Serov, Vladimir <[email protected]>
  • Loading branch information
Vladimir Serov authored Dec 30, 2021
1 parent 5fc0a5f commit d1667d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tbb/test_limiter_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,5 +621,5 @@ TEST_CASE("Test correct node deallocation while using small_object_pool") {
graph.wait_for_all();

tbb::task_scheduler_handle handle{ tbb::attach{} };
REQUIRE_NOTHROW( tbb::finalize( handle, std::nothrow ) );
tbb::finalize( handle, std::nothrow );
}

0 comments on commit d1667d5

Please sign in to comment.