diff --git a/upbc/protoc-gen-upb.cc b/upbc/protoc-gen-upb.cc index f16188653f..0b77713ffb 100644 --- a/upbc/protoc-gen-upb.cc +++ b/upbc/protoc-gen-upb.cc @@ -925,6 +925,7 @@ bool TryFillTableEntry(const protobuf::Descriptor* message, // We don't have the means to test proto2 enum fields for valid values. return false; } + ABSL_FALLTHROUGH_INTENDED; case protobuf::FieldDescriptor::TYPE_INT32: case protobuf::FieldDescriptor::TYPE_UINT32: type = "v4";