win: Fix a compiler warning in Node
This commit is contained in:
parent
2351c11da4
commit
0890ea716f
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
4152, # function/data pointer conversion in expression
|
4152, # function/data pointer conversion in expression
|
||||||
4206, # translation unit is empty
|
4206, # translation unit is empty
|
||||||
4204, # non-constant aggregate initializer
|
4204, # non-constant aggregate initializer
|
||||||
|
4210, # nonstandard extension used : function given file scope
|
||||||
4214, # bit field types other than int
|
4214, # bit field types other than int
|
||||||
4232, # address of dllimport 'free' is not static, identity not guaranteed
|
4232, # address of dllimport 'free' is not static, identity not guaranteed
|
||||||
4291, # no matching operator delete found
|
4291, # no matching operator delete found
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue