Fixed /w4 not getting set.

This commit is contained in:
Leonardo Zide
2021-01-13 11:11:31 -08:00
parent 1b0a47f692
commit 661d002109
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -806,7 +806,10 @@ lcStartupMode lcApplication::Initialize(const QList<QPair<QString, bool>>& Libra
if (gMainWindow)
QMessageBox::information(gMainWindow, tr("LeoCAD"), Message);
else
StdErr << Message << endl;
{
StdErr << Message << "\n";
StdErr.flush();
}
}
if (!SaveAndExit)