We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9b637 commit 1a2ea86Copy full SHA for 1a2ea86
vnext/Mso/src/dispatchQueue/threadPoolScheduler_win.cpp
@@ -279,7 +279,7 @@ ThreadPoolSchedulerWin *ThreadPoolSchedulerWinContext::CurrentScheduler() noexce
279
280
// Return the scheduler if everything is good
281
return scheduler;
282
- } catch (const std::exception& ex) {
+ } catch (const std::exception&) {
283
// Catch any exceptions from Verify and return nullptr
284
return nullptr;
285
}
0 commit comments