[Analyzers][CPP]Turn on warning 26819 (#22796)

This commit is contained in:
sosssego
2022-12-18 15:58:30 +00:00
committed by GitHub
parent 3cdac58070
commit 5fd7e2f7e6
3 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lp
{
case DLL_PROCESS_ATTACH:
Trace::RegisterProvider();
[[fallthrough]];
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
break;