mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
The protobuf API marks PrintToString as nodiscard, so ignoring its return value broke the build under -Werror=unused-result. Check the result and bail out with a warning if formatting fails.