Added FALLTHROUGH_INTENDED to fix GCC warning.

pull/13171/head
Joshua Haberman 3 years ago
parent 42be22faea
commit e595ceebc5
  1. 1
      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";

Loading…
Cancel
Save