From 259542b3ca8e2e4acb8032e1c815703cc1cf9b2c Mon Sep 17 00:00:00 2001 From: Chris Burel Date: Fri, 11 Jun 2021 18:31:42 -0700 Subject: [PATCH] Fix new instance that triggers `-Wnon-pod-varargs` (#1290) --- Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp b/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp index de632c02b5..8440e77330 100644 --- a/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp +++ b/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp @@ -295,7 +295,7 @@ namespace PhysX AZ_TracePrintf( AZ::SceneAPI::Utilities::WarningWindow, "Node '%.*s' does not have any material assigned to it. Material '%s' will be used.", - nodeName.size(), nodeName, DefaultMaterialName + AZ_STRING_ARG(nodeName), DefaultMaterialName ); }