aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-RxLibrary.podspec.template
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 /templates/gRPC-RxLibrary.podspec.template
parent1cc43d051b1d9092f1de1c13c488eaa4c32c2c4f (diff)
Supress strict prototype warning in gRPC pods
Diffstat (limited to 'templates/gRPC-RxLibrary.podspec.template')
-rw-r--r--templates/gRPC-RxLibrary.podspec.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/gRPC-RxLibrary.podspec.template b/templates/gRPC-RxLibrary.podspec.template
index de4ee1e438..14147d7dc1 100644
--- a/templates/gRPC-RxLibrary.podspec.template
+++ b/templates/gRPC-RxLibrary.podspec.template
@@ -46,4 +46,8 @@
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