From d72f52bbea287799528dbf8e545ebe8c4fe3e25b Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Wed, 27 Jan 2016 14:17:06 +0800 Subject: [PATCH] Fix clang warning --- include/rapidjson/internal/regex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rapidjson/internal/regex.h b/include/rapidjson/internal/regex.h index 5c82fb4..8da60f6 100644 --- a/include/rapidjson/internal/regex.h +++ b/include/rapidjson/internal/regex.h @@ -22,6 +22,7 @@ RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_OFF(padded) RAPIDJSON_DIAG_OFF(switch-enum) +RAPIDJSON_DIAG_OFF(implicit-fallthrough) #endif #ifndef RAPIDJSON_REGEX_VERBOSE