Files
frameworks_base/tools
Robin Lee 41773b73ea Don't rely on fallthrough in incident_section_gen
Silences the following warning during build:

frameworks/base/tools/incident_section_gen/main.cpp:265:13:
    warning: unannotated fall-through between switch labels
[-Wimplicit-fallthrough]
            default:
            ^
frameworks/base/tools/incident_section_gen/main.cpp:265:13:
    note: insert 'GOOGLE_FALLTHROUGH_INTENDED;' to silence this warning
            default:
            ^
            GOOGLE_FALLTHROUGH_INTENDED;

frameworks/base/tools/incident_section_gen/main.cpp:265:13:
    note: insert 'break;' to avoid fall-through
            default:
            ^
            break;

Test: make -j50 2>&1 | grep incident_section
Change-Id: Ie59510025e59e96f0763726794ff19dae595c672
2018-11-29 19:11:41 +01:00
..
2018-08-31 00:01:40 +00:00
2018-07-17 13:59:04 -06:00
2018-06-06 09:51:01 -06:00
2018-08-08 09:52:51 -07:00