Skip to content

Commit fe19b7b

Browse files
committed
Supress implicit fallthrough in GCC
1 parent a13acda commit fe19b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rapidjson/internal/regex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RAPIDJSON_DIAG_OFF(implicit-fallthrough)
2929
#ifdef __GNUC__
3030
RAPIDJSON_DIAG_PUSH
3131
RAPIDJSON_DIAG_OFF(effc++)
32+
RAPIDJSON_DIAG_OFF(implicit-fallthrough)
3233
#endif
3334

3435
#ifdef _MSC_VER

0 commit comments

Comments
 (0)