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:
@@ -280,6 +280,7 @@ namespace GraphModelIntegration
|
||||
}
|
||||
else
|
||||
{
|
||||
AZ_UNUSED(this); // Prevent unused warning in release builds
|
||||
AZ_Error(m_graph->GetSystemName(), false, "Failed to load position information for node [%d]", nodeId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user