Record PDProto in build stamp by emitting weak symbols.

PiperOrigin-RevId: 621276985
pull/16364/head
Protobuf Team Bot 8 months ago committed by Copybara-Service
parent 648c38bd96
commit 1cb1e44a60
  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