• Heiko Becker's avatar
    Tweak fallthrough comments to get recognized by gcc7 (#4298) · bbb72f0b
    Heiko Becker authored
    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.
    bbb72f0b
Name
Last commit
Last update
.github Loading commit data...
CMake Loading commit data...
android Loading commit data...
biicode Loading commit data...
docs Loading commit data...
go Loading commit data...
grpc Loading commit data...
include/flatbuffers Loading commit data...
java/com/google/flatbuffers Loading commit data...
js Loading commit data...
net/FlatBuffers Loading commit data...
php Loading commit data...
python Loading commit data...
reflection Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
appveyor.yml Loading commit data...
biicode.conf Loading commit data...
composer.json Loading commit data...
package.json Loading commit data...
pom.xml Loading commit data...
readme.md Loading commit data...