mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Silence VC++ warnings about use of badly-designed parts of the C library.
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'defines': [
|
||||
'WIN32'
|
||||
'WIN32',
|
||||
# we don't really want VC++ warning us about
|
||||
# how dangerous C functions are...
|
||||
'_CRT_SECURE_NO_DEPRECATE',
|
||||
# ... or that C implementations shouldn't use
|
||||
# POSIX names
|
||||
'_CRT_NONSTDC_NO_DEPRECATE',
|
||||
],
|
||||
}]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user