Fix build errors.

This commit is contained in:
Scott Hutchinson
2022-12-12 08:59:37 -08:00
parent 5dc0474d8a
commit ed3bcd3dd2
3 changed files with 3 additions and 5 deletions

View File

@@ -522,7 +522,7 @@ TEST_CASE("Validate SEH behavior - unhandled", "[.approvals][FatalConditionHandl
throw_no_catch();
}
static LONG CALLBACK dummyExceptionFilter(PEXCEPTION_POINTERS ExceptionInfo) {
static LONG CALLBACK dummyExceptionFilter(PEXCEPTION_POINTERS /*ExceptionInfo*/) {
return EXCEPTION_CONTINUE_SEARCH;
}