Fix a warning from uninitialized variables (#17052)
Currently, when a project that includes protobuf is compiled using -Werror, the build will fail due to these variables not being initialized. This fixes this warning allowing the build to complete successfully
Closes #17052
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17052 from guitar24t:main a0d295c222
PiperOrigin-RevId: 685735896
pull/18805/head
parent
8f6a7a2ceb
commit
42070a017d
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue