We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wformat
1 parent 598aeb7 commit 4697defCopy full SHA for 4697def
1 file changed
lib/xml.h
@@ -25,12 +25,14 @@
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
34
35
+SUPPRESS_WARNING_CLANG_POP
36
37
inline static tinyxml2::XMLError xml_LoadFile(tinyxml2::XMLDocument& doc, const char* filename)
38
{
0 commit comments