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-29 20:02:39 -07:00
2018-08-31 00:01:40 +00:00
2018-08-23 22:24:03 -06:00
2018-07-17 13:59:04 -06:00
2018-03-29 16:57:00 +00:00
2018-07-19 17:12:02 +00:00
2018-09-11 11:43:07 +01:00
2018-06-05 19:56:22 -07:00
2018-11-29 19:11:41 +01:00
2018-09-06 17:33:57 +01:00
2018-09-10 18:26:33 -07:00
2018-06-06 09:51:01 -06:00
2018-07-11 09:56:43 +01:00
2018-08-08 09:52:51 -07:00