Files
flatbuffers-bigfoot/src
Heiko Becker bbb72f0b73 Tweak fallthrough comments to get recognized by gcc7 (#4298)
GCC gained a new warning, -Wimplicit-fallthrough, which warns about
implicitly falling through a case statement. The regular expressions
used at the default level (-Wimplicit-fallthrough=3) don't match with
a colon at the end. The comment also needs to be followed (after
optional whitespace and other comments) by a 'case' or 'default'
keyword, i.e. it will not be recognized with a '}' between the comment
and the keyword.
2017-05-08 13:35:55 -07:00
..
2017-04-10 10:01:13 -07:00
2017-04-10 10:01:13 -07:00
2017-04-10 10:01:13 -07:00
2017-01-13 17:44:42 -08:00
2017-04-12 17:56:19 -07:00