From 2766e0e6a9fda3aab9adab0a98700ad126e8fdd7 Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Tue, 11 Feb 2020 17:00:26 +0100 Subject: [PATCH] thermostat: fix comment for gcc --- soft/thermostat/src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soft/thermostat/src/mainwindow.cpp b/soft/thermostat/src/mainwindow.cpp index b39771d..c19dcd0 100644 --- a/soft/thermostat/src/mainwindow.cpp +++ b/soft/thermostat/src/mainwindow.cpp @@ -415,9 +415,9 @@ void MainWindow::apply_order_to_heaters(void) break; case ON: heating_order = true; - /* fall */ + /* fall through */ case OFF: - /* fall */ + /* fall through */ default: emit setAllHeatersOn(heating_order);