Skip to content

Commit

Permalink
disable warnings for windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Jul 22, 2016
1 parent 09ff492 commit 7aed2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
'../../chrome/chrome.gyp:chrome_dll',
],

'msvs_disabled_warnings': [4146, 4267],
'msvs_disabled_warnings': [4146, 4267, 4003],

'xcode_settings': {
'WARNING_CFLAGS': [ '-Wno-error=deprecated-declarations' ],
Expand Down

0 comments on commit 7aed2f0

Please sign in to comment.