We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wformat
1 parent a1537c8 commit cef2dbcCopy full SHA for cef2dbc
1 file changed
lib/xml.h
@@ -25,9 +25,11 @@
25
SUPPRESS_WARNING_CLANG_PUSH("-Wzero-as-null-pointer-constant")
26
SUPPRESS_WARNING_CLANG_PUSH("-Wsuggest-destructor-override")
27
SUPPRESS_WARNING_CLANG_PUSH("-Winconsistent-missing-destructor-override")
28
+//SUPPRESS_WARNING_CLANG_PUSH("-Wformat") // happens with libc++ only
29
30
#include <tinyxml2.h> // IWYU pragma: export
31
32
+//SUPPRESS_WARNING_CLANG_POP
33
SUPPRESS_WARNING_CLANG_POP
34
35
0 commit comments