|
@@ -230,6 +230,7 @@
|
|
|
'msvs_cygwin_shell': 0, # Strangely setting it to 1 would make building under cygwin fail.
|
|
|
'msvs_disabled_warnings': [
|
|
|
4005, # (node.h) macro redefinition
|
|
|
+ 4091, # (node_extern.h) '__declspec(dllimport)' : ignored on left of 'node::Environment' when no variable is declared
|
|
|
4189, # local variable is initialized but not referenced
|
|
|
4201, # (uv.h) nameless struct/union
|
|
|
4267, # conversion from 'size_t' to 'int', possible loss of data
|