Index: doc/support/crashpad.doxy |
diff --git a/doc/support/crashpad.doxy b/doc/support/crashpad.doxy |
index 16f9ed57e24c507eb294d444fba9568fd200a977..276a79455a95e86416f8c51ac471d060c249e44d 100644 |
--- a/doc/support/crashpad.doxy |
+++ b/doc/support/crashpad.doxy |
@@ -1986,7 +1986,10 @@ INCLUDE_FILE_PATTERNS = |
# recursively expanded use the := operator instead of the = operator. |
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
-PREDEFINED = DOXYGEN \ |
+PREDEFINED = ALIGNAS(x)= \ |
+ DOXYGEN \ |
+ MSVC_POP_WARNING()= \ |
+ MSVC_PUSH_DISABLE_WARNING(x)= \ |
__attribute__(x)= |
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this |