aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-RxLibrary.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-10-26 12:11:22 -0700
committerGravatar GitHub <noreply@github.com>2017-10-26 12:11:22 -0700
commited9929e2465f3a93d81ae45fa48ed2a82d63e831 (patch)
tree753c36f5e7177be06cec76b8ebbe28fd807073c7 /gRPC-RxLibrary.podspec
parent9599d86baf8457d791c1bd0fe80f1c9aeca8e533 (diff)
parentc91983d456966dab5b4232f14a4a3f1084f4b3f1 (diff)
Merge pull request #13100 from muxi/supress-strict-prototype-warning
Supress strict prototype warning in v1.7.x
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 215fc735be..a90a8bc70a 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