aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <y-zeng@users.noreply.github.com>2018-01-08 17:19:51 -0800
committerGravatar GitHub <noreply@github.com>2018-01-08 17:19:51 -0800
commit32d077e7e18ea0164aaa78cf350a00f429cbadeb (patch)
tree64fcee5fb28598e82c036748eafc8ba45fc01f4a /grpc.gyp
parente3756b9cf1ee583688bbef3795900422cc1451d5 (diff)
parentc6ae9b562bc14780c1b4022e1851a9a843e5e145 (diff)
Merge pull request #13922 from y-zeng/openssl_1_1_0
Silence openssl 1.1.0 warnings
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 9f6cd528b7..281fbfa8a6 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -57,6 +57,7 @@
'-Wno-long-long',
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
+ '-Wno-deprecated-declarations',
],
'ldflags': [
'-g',
@@ -134,6 +135,7 @@
'-Wno-long-long',
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
+ '-Wno-deprecated-declarations',
],
'OTHER_CPLUSPLUSFLAGS': [
'-g',
@@ -143,6 +145,7 @@
'-Wno-long-long',
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
+ '-Wno-deprecated-declarations',
'-stdlib=libc++',
'-std=c++11',
'-Wno-error=deprecated-declarations'