From 1de8b89807222b5673505fea2bec1af4c0af8c7d Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Fri, 22 Jul 2022 21:08:09 +0200 Subject: Correct function prototypes,add more Cflags for sanity,add sanity assets --- src/qt/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qt/mainwindow.cpp') diff --git a/src/qt/mainwindow.cpp b/src/qt/mainwindow.cpp index 15e5526..5bf013d 100644 --- a/src/qt/mainwindow.cpp +++ b/src/qt/mainwindow.cpp @@ -159,6 +159,9 @@ void MainWindow::workerResult(const enum Worker::Results_t& result) QMessageBox::information(this, windowTitle(), "Steam is not running" ); break; + default: + assert(0); + break; } in_progress = false; -- cgit v1.2.3