Skip to content

Commit 5653309

Browse files
GnorTechrogerwang
authored andcommitted
disable warning C4065
src\third_party\node\src\node_revert.cc(15) : warning C4065: switch statement contains 'default' but no 'case' labels
1 parent b35193e commit 5653309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
'../../chrome/chrome.gyp:chrome_dll',
121121
],
122122

123-
'msvs_disabled_warnings': [4146, 4267, 4003],
123+
'msvs_disabled_warnings': [4146, 4267, 4003, 4065],
124124

125125
'xcode_settings': {
126126
'WARNING_CFLAGS': [ '-Wno-error=deprecated-declarations' ],

0 commit comments

Comments
 (0)