mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2768 from murgatroid99/node_disable_deprecation_warning
Disabled deprecation warnings in Node build
This commit is contained in:
commit
3a03d61958
|
@ -11,7 +11,8 @@
|
||||||
'-pedantic',
|
'-pedantic',
|
||||||
'-g',
|
'-g',
|
||||||
'-zdefs',
|
'-zdefs',
|
||||||
'-Werror'
|
'-Werror',
|
||||||
|
'-Wno-error=deprecated-declarations'
|
||||||
],
|
],
|
||||||
'ldflags': [
|
'ldflags': [
|
||||||
'-g'
|
'-g'
|
||||||
|
|
Loading…
Reference in New Issue