Enable -Wnon-pod-varargs (#1278)

This commit is contained in:
Chris Burel
2021-06-11 15:43:09 -07:00
committed by GitHub
parent 004549c618
commit d7ec767ebc
3 changed files with 2 additions and 3 deletions
@@ -230,7 +230,7 @@ namespace AzToolsFramework::AssetUtils
AZStd::vector<AzFramework::GemInfo> gemInfoList;
if (!AzFramework::GetGemsInfo(gemInfoList, *settingsRegistry))
{
AZ_Error("AzToolsFramework::AssetUtils", false, "Failed to read gems from project folder(%s).\n", projectPath);
AZ_Error("AzToolsFramework::AssetUtils", false, "Failed to read gems from project folder(%.*s).\n", AZ_STRING_ARG(projectPath));
return {};
}