aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2018-01-04 16:29:06 -0800
committerGravatar Yuchen Zeng <zyc@google.com>2018-01-04 16:29:06 -0800
commitc6ae9b562bc14780c1b4022e1851a9a843e5e145 (patch)
tree71a23d4272deb246b5a5bc7929fb3b8f1f33db71 /grpc.gyp
parentd9c69e1963288ff6fafb930ce55ea612808931f0 (diff)
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 c34206b1a5..06da3a758f 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'