From ea62c64add1522581b13aeefe01bec1e96f98d1d Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Wed, 27 Jan 2016 14:22:05 +0800 Subject: [PATCH] Fix clang warning --- include/rapidjson/schema.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rapidjson/schema.h b/include/rapidjson/schema.h index e2d70c1..b968c05 100644 --- a/include/rapidjson/schema.h +++ b/include/rapidjson/schema.h @@ -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)