[Win] Ignore 4049 link warning.
This commit is contained in:
parent
bbc049ba3a
commit
41f0f9bcf3
1 changed files with 2 additions and 0 deletions
|
@ -80,7 +80,9 @@
|
||||||
# views_chromiumcontent.lib generates this warning because it's
|
# views_chromiumcontent.lib generates this warning because it's
|
||||||
# symobls are defined as dllexport but used as static library:
|
# symobls are defined as dllexport but used as static library:
|
||||||
# - warning LNK4217: locally defined symbol imported in function
|
# - warning LNK4217: locally defined symbol imported in function
|
||||||
|
# - warning LNK4049: locally defined symbol imported
|
||||||
'/ignore:4217',
|
'/ignore:4217',
|
||||||
|
'/ignore:4049',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue