mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
Add -Wno-psabi to CXXFLAGS to silence armhf-specific ABI change warnings
This commit is contained in:
@@ -483,7 +483,7 @@ contains(QMAKE_PLATFORM, linux) {
|
||||
LIBS += -lstdc++fs
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS += -Wno-implicit-fallthrough
|
||||
QMAKE_CXXFLAGS += -Wno-implicit-fallthrough -Wno-psabi
|
||||
|
||||
DEFINES += \
|
||||
OPENRGB_SYSTEM_PLUGIN_DIRECTORY=\\"\"\"$$PREFIX/lib/openrgb/plugins\\"\"\" \
|
||||
|
||||
Reference in New Issue
Block a user