aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-ProtoRPC.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-10-22 14:56:10 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-10-22 14:56:10 -0700
commit94d669e0223fc324feba212ec4e6a1709b769fc4 (patch)
tree6f54adcd4ca919f912c2e13103533193fde0e49c /gRPC-ProtoRPC.podspec
parent1cc43d051b1d9092f1de1c13c488eaa4c32c2c4f (diff)
Supress strict prototype warning in gRPC pods
Diffstat (limited to 'gRPC-ProtoRPC.podspec')
-rw-r--r--gRPC-ProtoRPC.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gRPC-ProtoRPC.podspec b/gRPC-ProtoRPC.podspec
index 4b7b36a687..ca265035b1 100644
--- a/gRPC-ProtoRPC.podspec
+++ b/gRPC-ProtoRPC.podspec
@@ -52,5 +52,6 @@ Pod::Spec.new do |s|
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1',
# This is needed by all pods that depend on gRPC-RxLibrary:
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
+ 'CLANG_WARN_STRICT_PROTOTYPES' => 'NO',
}
end