Turn off explicit fallthrough warning in Linux (GCC)

This commit is contained in:
Adam Honse 2022-09-16 11:45:08 -05:00
parent 541819dd79
commit 0a1306aefa

View file

@ -1503,6 +1503,8 @@ contains(QMAKE_PLATFORM, linux) {
LIBS += -lstdc++fs
}
QMAKE_CXXFLAGS += -Wno-implicit-fallthrough
#-------------------------------------------------------------------------------------------#
# Determine which hidapi to use based on availability #
# Prefer hidraw backend, then libusb #