Fix unused warnings release (#3677)
* Release build fix for Windows * Release build fix for Android * Release build fix for Windows * Release build fix for Android * Release build fix for Linux * Release build fix for Mac * Release build fix for iOS Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
@@ -1942,7 +1942,7 @@ void CTrackViewAnimNode::OnSelectionChanged(const bool selected)
|
||||
{
|
||||
if (m_animNode)
|
||||
{
|
||||
const AnimNodeType animNodeType = GetType();
|
||||
[[maybe_unused]] const AnimNodeType animNodeType = GetType();
|
||||
AZ_Assert(animNodeType == AnimNodeType::AzEntity, "Expected AzEntity for selection changed");
|
||||
|
||||
const EAnimNodeFlags flags = (EAnimNodeFlags)m_animNode->GetFlags();
|
||||
|
||||
Reference in New Issue
Block a user