more quieting of Qt6 build warnings

This commit is contained in:
nhmall
2024-11-20 09:56:01 -05:00
parent 3e903fd79a
commit 37793be6eb
3 changed files with 7 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ endif # WANT_WIN_QT
ifdef WANT_WIN_QT
ifeq "$(CLANGPPGTEQ16)" "1"
CXX=clang++ --std=c++20
CXX=clang++ --std=c++17
CCXXFLAGS +=-Wno-c++20-attribute-extensions
endif
endif