diff options
author | Robin Lee <rgl@google.com> | 2018-11-29 14:38:30 +0100 |
---|---|---|
committer | Robin Lee <rgl@google.com> | 2018-11-29 19:11:41 +0100 |
commit | 41773b73ea02db5b2dc19b6077a5b965feeac374 (patch) | |
tree | a0c8f06d65bda3c31deee6bc755775b68e4324b2 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | edc46f4239c3f7410468c115d1604e5c871b8809 (diff) |
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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions