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:
@@ -45,7 +45,7 @@ namespace ScriptCanvas
|
||||
int tupleGetFuncIndex = -1;
|
||||
if (tupleGetFuncAttrReader.Read<int>(tupleGetFuncIndex))
|
||||
{
|
||||
auto insertIter = tupleGetMethodMap.emplace(tupleGetFuncIndex, behaviorMethod);
|
||||
[[maybe_unused]] auto insertIter = tupleGetMethodMap.emplace(tupleGetFuncIndex, behaviorMethod);
|
||||
AZ_Error("Script Canvas", insertIter.second, "Multiple methods with the same TupleGetFunctionIndex attribute"
|
||||
"has been registered for the class name: %s with typeid: %s",
|
||||
behaviorClass->m_name.data(), behaviorClass->m_typeId.ToString<AZStd::string>().data())
|
||||
|
||||
Reference in New Issue
Block a user