Merge "Don't rely on fallthrough in incident_section_gen"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3d31b4e018
@@ -262,8 +262,9 @@ static bool isDefaultMessageImpl(const Descriptor* descriptor, const Destination
|
||||
return false;
|
||||
case FieldDescriptor::TYPE_STRING:
|
||||
if (getPrivacyFlags(field).patterns_size() != 0) return false;
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
}
|
||||
parents->erase(descriptor->full_name());
|
||||
|
||||
Reference in New Issue
Block a user