From 78532e38554b60c7f52b30cccd08f62e2b82fb89 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 3 Feb 2021 15:36:00 -0500 Subject: [PATCH] Qt follow-up bit --- win/Qt/qt_main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/Qt/qt_main.cpp b/win/Qt/qt_main.cpp index 8be7669aa..dfada1ba7 100644 --- a/win/Qt/qt_main.cpp +++ b/win/Qt/qt_main.cpp @@ -1385,7 +1385,8 @@ void NetHackQtMainWindow::closeEvent(QCloseEvent *e UNUSED) switch (act) { case 0: // See dosave() function - ok = dosave0(); + // ok = dosave0(); + (void) dosave0(); break; case 1: // quit -- bypass the prompting preformed by done2()