We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wzero-as-null-pointer-constant
1 parent d1b42d0 commit 5fed6e7Copy full SHA for 5fed6e7
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_GCC_PUSH("-Wparentheses")
27
SUPPRESS_WARNING_CLANG_PUSH("-Wextra-semi-stmt")
28
+SUPPRESS_WARNING_CLANG_PUSH("-Wzero-as-null-pointer-constant")
29
30
#define PICOJSON_USE_INT64
31
#include <picojson.h>
32
33
+SUPPRESS_WARNING_CLANG_POP
34
SUPPRESS_WARNING_CLANG_POP
35
SUPPRESS_WARNING_GCC_POP
36
0 commit comments