diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2018-04-18 09:40:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 09:40:33 -0700 |
commit | dc1e4e4ad3d209a86bbb0c53879e0cf4080e84bd (patch) | |
tree | 9b337a91ef6cf0e70119057e1b32497ae4d102a1 /src/objective-c | |
parent | e42f126f1013711b4e6807ac9eee3a1af92f2dba (diff) |
Inhibit warnings caused by Protobuf
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/tests/Podfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index af1a34ab6b..b6e389715a 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -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 |