Merge "Fix bug to break switch cases." into pi-dev

This commit is contained in:
Yi Jin
2018-03-15 21:25:59 +00:00
committed by Android (Google) Code Review

View File

@@ -427,6 +427,7 @@ static bool generateSectionListCpp(Descriptor const* descriptor) {
printf(" new GZipSection(%d,", field->number());
splitAndPrint(s.args());
printf(" NULL),\n");
break;
case SECTION_TOMBSTONE:
printf(" new TombstoneSection(%d, \"%s\"),\n", field->number(), s.args().c_str());
break;