push/pop mismatch

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 18:39:40 -07:00
parent e98bab8a75
commit 2e228d94f0
7 changed files with 7 additions and 7 deletions
@@ -63,7 +63,7 @@ namespace AZ
SceneGraph m_graph;
SceneManifest m_manifest;
SceneOrientation m_originalOrientation = SceneOrientation::YUp;
AZ_POP_DISABLE_OVERRIDE_WARNING
AZ_POP_DISABLE_WARNING
};
} // Containers
} // SceneAPI
@@ -106,7 +106,7 @@ namespace AZ
AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option")
StorageLookup m_storageLookup;
ValueStorage m_values;
AZ_POP_DISABLE_OVERRIDE_WARNING
AZ_POP_DISABLE_WARNING
};
} // Containers
} // SceneAPI