qt6-bb10/src/plugins/generic
Tim Blechmann c26994ff15 Fix -Wimplicit-fallthrough for clang
Clang's `-Wimplicit-fallthrough` warnings are a little stricter than
gcc's interpretation:

switch (i) {
case 0:
    foo();
case 4:
    break;
}

While gcc accepts the implicit fallthrough, if the following statement
is a trivial `break`, clang will warn about it.

Pick-to: 6.7
Change-Id: I38e0817f1bc034fbb552aeac21de1516edcbcbb0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2024-03-01 03:04:06 +00:00
..
bsdkeyboard
bsdmouse
evdevkeyboard
evdevmouse
evdevtablet
evdevtouch
libinput
tslib
tuiotouch Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
CMakeLists.txt