Merge "Fix bug to break switch cases." into pi-dev
am: f3bf703025
Change-Id: Ib0cb77ccad99f434e1167d5bf4ef287931445ede
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user