Commit 1f78bc11 authored by Milo Yip's avatar Milo Yip

Merge pull request #350 from c0nk/fix-clang-implicit-fallthrough

Fix warnings when compiling with clang and -Wimplicit-fallthrough
parents c8c8ad47 013b71b9
......@@ -109,7 +109,7 @@ RAPIDJSON_DIAG_OFF(effc++)
#define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \
RAPIDJSON_MULTILINEMACRO_BEGIN \
RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset); \
RAPIDJSON_PARSE_ERROR_EARLY_RETURN_VOID; \
return RAPIDJSON_NOTHING; \
RAPIDJSON_MULTILINEMACRO_END
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment