Gems/AWS
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -298,7 +298,7 @@ namespace AWSCore
|
||||
{
|
||||
AZ::ModuleManagerRequestBus::Broadcast(
|
||||
&AZ::ModuleManagerRequestBus::Events::EnumerateModules,
|
||||
[this, &gems](const AZ::ModuleData& moduleData)
|
||||
[&gems](const AZ::ModuleData& moduleData)
|
||||
{
|
||||
AZ::Entity* moduleEntity = moduleData.GetEntity();
|
||||
auto moduleEntityName = moduleEntity->GetName();
|
||||
@@ -338,7 +338,7 @@ namespace AWSCore
|
||||
AZ_Printf("AWSAttributionManager", "AWSAttribution metric submit success");
|
||||
|
||||
},
|
||||
[this]([[maybe_unused]] ServiceAPI::AWSAttributionRequestJob* failJob)
|
||||
[]([[maybe_unused]] ServiceAPI::AWSAttributionRequestJob* failJob)
|
||||
{
|
||||
AZ_Error("AWSAttributionManager", false, "Metrics send error: %s", failJob->error.message.c_str());
|
||||
},
|
||||
|
||||
@@ -398,7 +398,6 @@ namespace UnitTest
|
||||
.WillOnce(Return(successOutcome));
|
||||
|
||||
AZStd::vector<AZStd::thread> testThreadPool;
|
||||
AZStd::atomic<int> trueCount = 0;
|
||||
AZ_TEST_START_TRACE_SUPPRESSION;
|
||||
for (int index = 0; index < testThreadNumber; index++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user