From a9e7f7cefac63d27967ff332620fd670d0838df8 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Mon, 13 Jan 2025 16:14:43 -0800 Subject: [PATCH] Test CI PiperOrigin-RevId: 715144056 --- pybind11_protobuf/proto_cast_util.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pybind11_protobuf/proto_cast_util.cc b/pybind11_protobuf/proto_cast_util.cc index 11a7704..e671102 100644 --- a/pybind11_protobuf/proto_cast_util.cc +++ b/pybind11_protobuf/proto_cast_util.cc @@ -37,6 +37,8 @@ using ::google::protobuf::FileDescriptorProto; using ::google::protobuf::Message; using ::google::protobuf::MessageFactory; +// noop + namespace pybind11_protobuf { std::string StripProtoSuffixFromDescriptorFileName(absl::string_view filename) {