Merge pull request #7101 from siretty/fix_build_linux_clang_13

Fix Build on Linux with Clang 13 with Debug, Profile and Release Configuration
This commit is contained in:
Chris Galvan
2022-01-24 12:24:33 -06:00
committed by GitHub
41 changed files with 49 additions and 49 deletions
@@ -72,8 +72,8 @@ namespace NvCloth
// Maximum number of spheres and capsules is imposed by NvCloth library
size_t sphereCount = 0;
size_t capsuleCount = 0;
bool maxSphereCountReachedWarned = false;
bool maxCapsuleCountReachedWarned = false;
[[maybe_unused]] bool maxSphereCountReachedWarned = false;
[[maybe_unused]] bool maxCapsuleCountReachedWarned = false;
AZStd::vector<SphereCollider> sphereColliders;
AZStd::vector<CapsuleCollider> capsuleColliders;