File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ QT = core gui printsupport qml serialbus serialport widgets help network opengl
8
8
9
9
CONFIG (release , debug |release ):DEFINES += QT_NO_DEBUG_OUTPUT
10
10
11
- CONFIG += c++11
11
+ CONFIG += c++17
12
12
CONFIG += NO_UNIT_TESTS
13
13
14
14
DEFINES += QCUSTOMPLOT_USE_OPENGL
Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ void LAWICELSerial::readSerialData()
551
551
break ;
552
552
case ' b' :
553
553
buildFrame.setBitrateSwitch (true ); // BRS enabled
554
+ [[fallthrough]];
554
555
case ' d' : // standard fd frame, BRS disabled
555
556
// tIIILDD
556
557
buildFrame.setFlexibleDataRateFormat (true );
@@ -581,6 +582,7 @@ void LAWICELSerial::readSerialData()
581
582
break ;
582
583
case ' B' :
583
584
buildFrame.setBitrateSwitch (true ); // BRS enabled
585
+ [[fallthrough]];
584
586
case ' D' : // extended fd frame
585
587
// TIIIIIIIILDD.
586
588
buildFrame.setFlexibleDataRateFormat (true );
You can’t perform that action at this time.
0 commit comments