aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-RxLibrary.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-RxLibrary.podspec
parent1cc43d051b1d9092f1de1c13c488eaa4c32c2c4f (diff)
Supress strict prototype warning in gRPC pods
Diffstat (limited to 'gRPC-RxLibrary.podspec')
-rw-r--r--gRPC-RxLibrary.podspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/gRPC-RxLibrary.podspec b/gRPC-RxLibrary.podspec
index 673239cb90..f9420686e7 100644
--- a/gRPC-RxLibrary.podspec
+++ b/gRPC-RxLibrary.podspec
@@ -44,4 +44,8 @@ Pod::Spec.new do |s|
s.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
s.private_header_files = "#{src_dir}/private/*.h"
s.header_mappings_dir = "#{src_dir}"
+
+ s.pod_target_xcconfig = {
+ 'CLANG_WARN_STRICT_PROTOTYPES' => 'NO',
+ }
end