QRhiVulkan: disable -Wundef when including 3rd party headers
The header is -Wundef-unclean. Change-Id: I30145f331ee1062961abaed14c7b79b84755abb9 Pick-to: 6.9 6.8 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
c7027880aa
commit
349737c6a9
@ -14,6 +14,8 @@
|
||||
#endif
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Wsuggest-override")
|
||||
QT_WARNING_DISABLE_GCC("-Wundef")
|
||||
QT_WARNING_DISABLE_CLANG("-Wundef")
|
||||
#if defined(Q_CC_CLANG) && Q_CC_CLANG >= 1100
|
||||
QT_WARNING_DISABLE_CLANG("-Wdeprecated-copy")
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user