Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Wong <harrywong@live.com>2017-05-04 05:08:48 +0300
committerHarry Wong <harrywong@live.com>2017-05-04 05:08:48 +0300
commitfe19b7b6016d446722621fb407738209d1a911e8 (patch)
tree2899eeba815e7316806115abab5d49f1ff646c27 /include/rapidjson/internal
parenta13acda9720bf8be193c8ee69522b0003ce9fc37 (diff)
Supress implicit fallthrough in GCC
Diffstat (limited to 'include/rapidjson/internal')
-rw-r--r--include/rapidjson/internal/regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rapidjson/internal/regex.h b/include/rapidjson/internal/regex.h
index 1369ea26..6d110bdb 100644
--- a/include/rapidjson/internal/regex.h
+++ b/include/rapidjson/internal/regex.h
@@ -29,6 +29,7 @@ RAPIDJSON_DIAG_OFF(implicit-fallthrough)
#ifdef __GNUC__
RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(effc++)
+RAPIDJSON_DIAG_OFF(implicit-fallthrough)
#endif
#ifdef _MSC_VER