More fixes for warnings

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-13 17:46:37 -07:00
parent 1f5dddcca6
commit 14e7754334
5 changed files with 31 additions and 15 deletions
@@ -165,7 +165,7 @@ namespace EMotionFX
for (const auto& activeObjects : activeObjectsAtFrame)
{
if (activeObjects.m_frameNr == frame)
if (activeObjects.m_frameNr == static_cast<AZ::u32>(frame))
{
// Check which states and transitions are active and compare it to the expected ones.
EXPECT_EQ(activeObjects.m_stateA, compareAgainst.m_stateA)