File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 29
29
'VCCLCompilerTool' : {
30
30
'ExceptionHandling' : 1 ,
31
31
'AdditionalOptions' : ['/EHsc' ], # pre 1.0 node compiler complaining
32
- 'DisableSpecificWarnings' : ['4506' ]
32
+ 'DisableSpecificWarnings' : ['4506' , '4996' ]
33
33
}
34
34
}
35
+ }],
36
+ ['OS!="win"' , {
37
+ "cflags" : [
38
+ "-Wno-deprecated-declarations" ,
39
+ ],
40
+ "xcode_settings" : {
41
+ "OTHER_CFLAGS" : [
42
+ "-Wno-deprecated-declarations" ,
43
+ ],
44
+ },
35
45
}]
36
46
]
37
47
},
64
74
'VCCLCompilerTool' : {
65
75
'ExceptionHandling' : 1 ,
66
76
'AdditionalOptions' : ['/EHsc' ], # pre 1.0 node compiler complaining
67
- 'DisableSpecificWarnings' : ['4506' ]
77
+ 'DisableSpecificWarnings' : ['4506' , '4996' ]
68
78
}
69
79
}
80
+ }],
81
+ ['OS!="win"' , {
82
+ "cflags" : [
83
+ "-Wno-deprecated-declarations" ,
84
+ ],
85
+ "xcode_settings" : {
86
+ "OTHER_CFLAGS" : [
87
+ "-Wno-deprecated-declarations" ,
88
+ ],
89
+ },
70
90
}]
71
91
]
72
92
},
You can’t perform that action at this time.
0 commit comments