• 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
..
code_generators.cpp Loading commit data...
flatc.cpp Loading commit data...
flatc_main.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_grpc.cpp Loading commit data...
idl_gen_js.cpp Loading commit data...
idl_gen_php.cpp Loading commit data...
idl_gen_python.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...
reflection.cpp Loading commit data...
util.cpp Loading commit data...