[Clang][Windows] Fix regression introduced when upgrading to C++17

This commit is contained in:
Mat Sutcliffe
2021-10-03 23:51:14 +01:00
parent 2ac222f700
commit fb43405277
2 changed files with 1 additions and 2 deletions

View File

@@ -221,7 +221,6 @@ win32:llvm {
equals(WORD_SIZE,64): QMAKE_CXXFLAGS += --target=x86_64-pc-windows-gnu
}
else {
CONFIG += c++latest
QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-declarations
}