Clang 13: Fix build errors ...
... due to local variables only being written to (but never read). Signed-off-by: Daniel Edwards <dev@danieledwards.de>
This commit is contained in:
@@ -430,7 +430,7 @@ namespace UnitTest
|
||||
size_t nextIndex = 1;
|
||||
size_t slices = 0;
|
||||
size_t liveAllocs = 0;
|
||||
size_t totalAllocs = 0;
|
||||
[[maybe_unused]] size_t totalAllocs = 0;
|
||||
|
||||
auto cb = [&liveAllocs](void*, const AZ::Debug::AllocationInfo&, unsigned char)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user