Fix compiler warnings when running :protobuf_test
When running >bazel test :protobuf_test a few compiler warnings came up. They were centered around the usage of "int" as the loop counter where the value should have been a size_t.
Showing
Please
register
or
sign in
to comment