aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-06-18 12:52:47 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-06-18 12:52:47 -0700
commit9fb72cd7b514ccfe00ef9fb3db7f9056a112a888 (patch)
tree64b5a9351dc96e07c1370e2a44e0f4e3717e4610
parent37a8448f0e19f13bf6cfc989c8935e923b25b5a6 (diff)
Re-enabled warnings in the gRPC podspec
-rw-r--r--gRPC.podspec1
-rw-r--r--templates/gRPC.podspec.template1
2 files changed, 0 insertions, 2 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index e8fd6ab694..5e98a09732 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -36,7 +36,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'
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'