From c7b43428d243a231cc351cf5b5f7f12ebe4a931a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 14 Dec 2019 17:59:29 -0600 Subject: Qt UI: Runner: arm64 doesn't understand assert(false) means noreturn; so return something --- ui/qt5/runner/executepage.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt5/runner') diff --git a/ui/qt5/runner/executepage.cc b/ui/qt5/runner/executepage.cc index fd9581e..6338e26 100644 --- a/ui/qt5/runner/executepage.cc +++ b/ui/qt5/runner/executepage.cc @@ -105,6 +105,7 @@ ExecutePage::Phase ExecutePage::stepToPhase(QString step) { if(step == "pkgdb") return Pkg; if(step == "post-metadata") return PostMeta; Q_ASSERT(false); + return Prepare; } void ExecutePage::labelsForPhase(Phase phase, QLabel **icon, QLabel **text) { -- cgit v1.2.3-70-g09d2