mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Inhibit warning that will eventually be fixed by C++20 anyway
This commit is contained in:
@@ -32,6 +32,7 @@ swiftConfig(allowNoisyWarnings) {
|
||||
else {
|
||||
DEFINES *= QT_NO_DEPRECATED_WARNINGS
|
||||
mingw:QMAKE_CXXFLAGS_WARN_ON += -Wno-maybe-uninitialized
|
||||
clang:QMAKE_CXXFLAGS_WARN_ON += -Wno-return-std-move
|
||||
}
|
||||
|
||||
# clazy - Qt-aware linter
|
||||
|
||||
Reference in New Issue
Block a user