Skip to content

Commit

Permalink
Merge pull request grpc#2902 from murgatroid99/node_0.10.1_version_bump
Browse files Browse the repository at this point in the history
Backport "Disabled deprecation warnings in Node build" to release
  • Loading branch information
nicolasnoble committed Aug 12, 2015
2 parents 7b8fd39 + cddf21c commit d53f1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/node/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'-pedantic',
'-g',
'-zdefs',
'-Werror'
'-Werror',
'-Wno-error=deprecated-declarations'
],
'ldflags': [
'-g'
Expand Down
2 changes: 1 addition & 1 deletion src/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "0.10.0",
"version": "0.10.1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",
Expand Down

0 comments on commit d53f1f1

Please sign in to comment.