Merge pull request #2768 from murgatroid99/node_disable_deprecation_warning

Disabled deprecation warnings in Node build
pull/2799/head^2
Tim Emiola 9 years ago
commit f758959582
  1. 3
      src/node/binding.gyp

@ -11,7 +11,8 @@
'-pedantic',
'-g',
'-zdefs',
'-Werror'
'-Werror',
'-Wno-error=deprecated-declarations'
],
'ldflags': [
'-g'

Loading…
Cancel
Save