diff --git a/src/google/protobuf/descriptor.cc b/src/google/protobuf/descriptor.cc index c5370cd17a..ad3b52ba20 100644 --- a/src/google/protobuf/descriptor.cc +++ b/src/google/protobuf/descriptor.cc @@ -5477,6 +5477,7 @@ FileDescriptor* DescriptorBuilder::BuildFileImpl( } } + // Validate options. See comments at InternalSetLazilyBuildDependencies about // error checking and lazy import building. if (!had_errors_ && !pool_->lazily_build_dependencies_) {