quiet warnings on recent Qt, macOS Sequoia 15.1, latest Xcode

This commit is contained in:
nhmall
2024-11-17 10:03:04 -05:00
parent 4f3c463d69
commit 3e903fd79a
2 changed files with 8 additions and 0 deletions

View File

@@ -87,6 +87,13 @@ endif # HAVE_MACPORTS
endif # QTDIR
endif # WANT_WIN_QT
ifdef WANT_WIN_QT
ifeq "$(CLANGPPGTEQ16)" "1"
CXX=clang++ --std=c++20
CCXXFLAGS +=-Wno-c++20-attribute-extensions
endif
endif
# misc.370 must come after compiler.370
# and after QTDIR is defined