mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[CPP][Analyzers]Turn on warning 4127 (#21516)
Fix an occurrence on a if changing it to if constexpr
This commit is contained in:
@@ -167,7 +167,7 @@ LONG WINAPI unhandled_exception_handler(PEXCEPTION_POINTERS info)
|
||||
return EXCEPTION_CONTINUE_SEARCH;
|
||||
}
|
||||
|
||||
extern "C" void AbortHandler(int signal_number)
|
||||
extern "C" void AbortHandler(int /*signal_number*/)
|
||||
{
|
||||
init_symbols();
|
||||
std::wstring ex_description = L"SIGABRT was raised.";
|
||||
|
||||
Reference in New Issue
Block a user