Record PDProto in build stamp by emitting weak symbols.

PiperOrigin-RevId: 623949740
pull/16484/head
Protobuf Team Bot 8 months ago committed by Copybara-Service
parent 7d87a1780a
commit 65b811a7d6
  1. 1
      src/google/protobuf/compiler/cpp/file.cc

@ -949,6 +949,7 @@ void FileGenerator::GenerateSource(io::Printer* p) {
)cc");
}
if (IsAnyMessage(file_)) {
MuteWuninitialized(p);
}

Loading…
Cancel
Save