Merge "Fix implicit-fallthrough warning."

am: 160bbc42f8

Change-Id: I9eccfbdc8fc93501c18a07b3de81288a243f50db
This commit is contained in:
Chih-Hung Hsieh
2018-10-16 15:17:24 -07:00
committed by android-build-merger

View File

@@ -81,7 +81,7 @@ split_line(const char* p, vector<string>* out)
state = TEXT; state = TEXT;
break; break;
} }
// otherwise fall-through to TEXT case [[fallthrough]];
case TEXT: case TEXT:
if (state != IN_QUOTE && isspace(*p)) { if (state != IN_QUOTE && isspace(*p)) {
if (q != p) { if (q != p) {