diff options
Diffstat (limited to 'src/utils/xml/tinyxml2.inc')
-rw-r--r-- | src/utils/xml/tinyxml2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/xml/tinyxml2.inc b/src/utils/xml/tinyxml2.inc index 741cfa623..408638184 100644 --- a/src/utils/xml/tinyxml2.inc +++ b/src/utils/xml/tinyxml2.inc @@ -26,7 +26,10 @@ PRAGMA49(GCC diagnostic push) PRAGMA49(GCC diagnostic ignored "-Wzero-as-null-pointer-constant") PRAGMA49(GCC diagnostic ignored "-Wsuggest-override") +PRAGMACLANG6GCC(GCC diagnostic push) +PRAGMACLANG6GCC(GCC diagnostic ignored "-Wold-style-cast") #include <tinyxml2.h> +PRAGMACLANG6GCC(GCC diagnostic pop) PRAGMA49(GCC diagnostic pop) TINYXML2_INCLUDED |