From 2ef07ad178183b5d14b5186d30198004e5bfa834 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 10 Sep 2018 21:09:58 +0300 Subject: [PATCH] Qt4: Fix compile warning --- win/Qt4/qt4bind.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/Qt4/qt4bind.cpp b/win/Qt4/qt4bind.cpp index 2fef131ce..980c9ef9e 100644 --- a/win/Qt4/qt4bind.cpp +++ b/win/Qt4/qt4bind.cpp @@ -565,6 +565,8 @@ char NetHackQtBind::qt_yn_function(const char *question_, const char *choices, C else if (def) message += QString(" %1").arg(def); NetHackQtBind::qt_putstr(WIN_MESSAGE, ATR_BOLD, message); + + return ret; } } -- 2.40.0