mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-17 05:16:18 +02:00

GCC 7, when compiling with -Wimplicit-fallthrough=1 or higher, issues a warning which can be suppressed using a comment that matches certain regular expressions. The comment change does just that: signal to GCC that the fall through is intentional. Fixes #676