diff options
author | murgatroid99 <mlumish@google.com> | 2015-06-18 12:52:47 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-06-18 12:52:47 -0700 |
commit | 9fb72cd7b514ccfe00ef9fb3db7f9056a112a888 (patch) | |
tree | 64b5a9351dc96e07c1370e2a44e0f4e3717e4610 /templates/gRPC.podspec.template | |
parent | 37a8448f0e19f13bf6cfc989c8935e923b25b5a6 (diff) |
Re-enabled warnings in the gRPC podspec
Diffstat (limited to 'templates/gRPC.podspec.template')
-rw-r--r-- | templates/gRPC.podspec.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template index 84716c81e1..c5513f1d44 100644 --- a/templates/gRPC.podspec.template +++ b/templates/gRPC.podspec.template @@ -66,7 +66,6 @@ Pod::Spec.new do |s| # details of Cocoapods, and have changed in the past, breaking this podspec. cs.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Private/gRPC" ' + '"$(PODS_ROOT)/Headers/Private/gRPC/include"' } - cs.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' cs.requires_arc = false cs.libraries = 'z' |