From ea1aa13a9bc34cda7f74e79af1d0d607641aa9aa Mon Sep 17 00:00:00 2001 From: Ale Martinez Date: Mon, 28 Dec 2020 10:09:39 -0300 Subject: [PATCH] BT40Device - Remove annoying compiler warnings Introduced with Kurt Kinetic support --- src/Train/BT40Device.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Train/BT40Device.cpp b/src/Train/BT40Device.cpp index 012323ace..89475c49e 100644 --- a/src/Train/BT40Device.cpp +++ b/src/Train/BT40Device.cpp @@ -558,6 +558,9 @@ BT40Device::updateValue(const QLowEnergyCharacteristic &c, const QByteArray &val case INRIDE_STATE_SPINDOWN_ACTIVE: notifyString = QString("SPINDOWN_ACTIVE-COAST TO STOP : "); break; + default: + qDebug()<