mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
fix warning maybe
This commit is contained in:
@@ -20,7 +20,6 @@ static LONG __stdcall
|
||||
TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
|
||||
{
|
||||
ExitProcess(e->ExceptionRecord->ExceptionCode);
|
||||
return 0;
|
||||
}
|
||||
static void TestDriverEnableWindowsExceptionFilter()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user