Fixed compilation error in release configuration (#1757)
Signed-off-by: moraaar <moraaar@amazon.com>
This commit is contained in:
@@ -64,7 +64,7 @@ namespace O3DE::ProjectManager
|
||||
return logFilePath.filePath(ProjectBuildErrorLogName);
|
||||
}
|
||||
|
||||
void ProjectBuilderWorker::QStringToAZTracePrint(const QString& error)
|
||||
void ProjectBuilderWorker::QStringToAZTracePrint([[maybe_unused]] const QString& error)
|
||||
{
|
||||
AZ_TracePrintf("Project Manager", error.toStdString().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user