more fixes for Code
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -2837,7 +2837,7 @@ namespace UnitTest
|
||||
handlerList.emplace_back(i, maxSleep);
|
||||
}
|
||||
|
||||
auto work = [maxSleep, threadCount]()
|
||||
auto work = []()
|
||||
{
|
||||
char sentinel[64] = { 0 };
|
||||
char* end = sentinel + AZ_ARRAY_SIZE(sentinel);
|
||||
@@ -2923,7 +2923,7 @@ namespace UnitTest
|
||||
|
||||
MyEventGroupImpl handler;
|
||||
|
||||
auto work = [maxSleep, &handler]()
|
||||
auto work = [&handler]()
|
||||
{
|
||||
for (int i = 1; i < cycleCount; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user