Skip to content

Commit

Permalink
Merge pull request #15104 from grpc/inhibit-tests-warning
Browse files Browse the repository at this point in the history
Inhibit warnings caused by Protobuf
  • Loading branch information
muxi committed Apr 18, 2018
2 parents 950d8af + dc1e4e4 commit 8cd9f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/objective-c/tests/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ GRPC_LOCAL_SRC = '../../..'
pod 'gRPC', :path => GRPC_LOCAL_SRC
pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC
pod 'RemoteTest', :path => "RemoteTestClient"
pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
pod 'RemoteTest', :path => "RemoteTestClient", :inhibit_warnings => true

if target_name == 'InteropTestsRemoteWithCronet'
pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
Expand Down

0 comments on commit 8cd9f91

Please sign in to comment.