Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this these warnings are produced at link time: ``` ld: warning: pointer not aligned at address 0x1004354AA (_grpc_lb_v1_ClientStats_fields + 106 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x10043544B (_grpc_lb_v1_ClientStats_fields + 11 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x1004354EE (_grpc_lb_v1_LoadBalanceRequest_fields + 30 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x1004354DB (_grpc_lb_v1_LoadBalanceRequest_fields + 11 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x10043552E (_grpc_lb_v1_InitialLoadBalanceResponse_fields + 30 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x10043555B (_grpc_lb_v1_ServerList_fields + 11 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x10043559E (_grpc_lb_v1_LoadBalanceResponse_fields + 30 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ld: warning: pointer not aligned at address 0x10043558B (_grpc_lb_v1_LoadBalanceResponse_fields + 11 from bazel-out/ios_x86_64-fastbuild/bin/external/com_github_grpc_grpc_swift/libCgRPC.a(load_balancer.pb.o)) ```
- Loading branch information