Skip to content

Commit

Permalink
Add a dummy_function() in proto_cast_util.h (functional no-op).
Browse files Browse the repository at this point in the history
The only purpose of this change is to trigger testing.

PiperOrigin-RevId: 658818894
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and copybara-github committed Aug 2, 2024
1 parent 84653a5 commit 697733a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybind11_protobuf/proto_cast_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

namespace pybind11_protobuf {

inline void dummy_function() {}

// Strips ".proto" or ".protodevel" from the end of a filename.
// Similar to
// https://github.com/protocolbuffers/protobuf/blob/b375d010bf57a6d673125330ec47f6e6a7e03f5c/src/google/protobuf/compiler/code_generator.cc#L129-L136
Expand Down

0 comments on commit 697733a

Please sign in to comment.