Turn off explicit fallthrough warning in Linux (GCC)
This commit is contained in:
parent
541819dd79
commit
0a1306aefa
1 changed files with 2 additions and 0 deletions
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue