Fix clang warning

This commit is contained in:
Milo Yip 2016-01-27 14:22:05 +08:00
parent 63ae3b730a
commit ea62c64add

View File

@ -23,6 +23,7 @@
RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(weak-vtables)
RAPIDJSON_DIAG_OFF(exit-time-destructors)
RAPIDJSON_DIAG_OFF(c++98-compat-pedantic)
#endif
#if !defined(RAPIDJSON_SCHEMA_USE_INTERNALREGEX)