mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Fix warnings in clang for C++11
This commit is contained in:
@@ -31,6 +31,7 @@ RAPIDJSON_DIAG_OFF(missing-noreturn)
|
||||
#ifdef __clang__
|
||||
RAPIDJSON_DIAG_PUSH
|
||||
RAPIDJSON_DIAG_OFF(variadic-macros)
|
||||
RAPIDJSON_DIAG_OFF(c++98-compat-pedantic)
|
||||
#endif
|
||||
|
||||
template<bool expect>
|
||||
|
||||
Reference in New Issue
Block a user