Merge branch 'development' into redcode/crythread-2nd-pass
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ namespace TestImpact
|
||||
processInFlight.m_process = LaunchProcess(AZStd::move(processInfo));
|
||||
processInFlight.m_startTime = createTime;
|
||||
}
|
||||
catch (ProcessException& e)
|
||||
catch ([[maybe_unused]] ProcessException& e)
|
||||
{
|
||||
AZ_Warning("ProcessScheduler", false, e.what());
|
||||
createResult = LaunchResult::Failure;
|
||||
|
||||
+1
-1
@@ -169,7 +169,7 @@ namespace TestImpact
|
||||
WriteFileContents<TestEngineException>(SerializeTestEnumeration(enumeration.value()), jobInfo->GetCache()->m_file);
|
||||
}
|
||||
}
|
||||
catch (const Exception& e)
|
||||
catch ([[maybe_unused]] const Exception& e)
|
||||
{
|
||||
AZ_Warning("Enumerate", false, e.what());
|
||||
enumerations[jobId] = AZStd::nullopt;
|
||||
|
||||
Reference in New Issue
Block a user