Skip to content

Commit 1010665

Browse files
Update mainwindow.cpp [skip ci]
1 parent e69b0d8 commit 1010665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/triage/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MainWindow::MainWindow(QWidget *parent) :
8181
std::srand(static_cast<unsigned int>(std::time(nullptr)));
8282
QDir workFolder(WORK_FOLDER);
8383
if (!workFolder.exists()) {
84-
workFolder.mkdir(WORK_FOLDER);
84+
(void)workFolder.mkdir(WORK_FOLDER);
8585
}
8686

8787
ui->results->setContextMenuPolicy(Qt::CustomContextMenu);

0 commit comments

Comments
 (0)