Fix gcc warning
This commit is contained in:
parent
556a8975bd
commit
48e0675ec9
@ -25,6 +25,11 @@ RAPIDJSON_DIAG_OFF(switch-enum)
|
|||||||
RAPIDJSON_DIAG_OFF(implicit-fallthrough)
|
RAPIDJSON_DIAG_OFF(implicit-fallthrough)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
RAPIDJSON_DIAG_PUSH
|
||||||
|
RAPIDJSON_DIAG_OFF(effc++)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef RAPIDJSON_REGEX_VERBOSE
|
#ifndef RAPIDJSON_REGEX_VERBOSE
|
||||||
#define RAPIDJSON_REGEX_VERBOSE 0
|
#define RAPIDJSON_REGEX_VERBOSE 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user