We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wformat
1 parent cef2dbc commit 1373995Copy full SHA for 1373995
1 file changed
lib/json.h
@@ -25,10 +25,12 @@ SUPPRESS_WARNING_PUSH("-Wfloat-equal")
25
SUPPRESS_WARNING_CLANG_PUSH("-Wtautological-type-limit-compare")
26
SUPPRESS_WARNING_CLANG_PUSH("-Wextra-semi-stmt")
27
SUPPRESS_WARNING_CLANG_PUSH("-Wzero-as-null-pointer-constant")
28
+//SUPPRESS_WARNING_CLANG_PUSH("-Wformat") // happens with libc++ only
29
30
#define PICOJSON_USE_INT64
31
#include <picojson.h>
32
33
+//SUPPRESS_WARNING_CLANG_POP
34
SUPPRESS_WARNING_CLANG_POP
35
36
0 commit comments