mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-01 12:23:22 +08:00
[Win] Ignore 4049 link warning.
This commit is contained in:
@@ -80,7 +80,9 @@
|
||||
# views_chromiumcontent.lib generates this warning because it's
|
||||
# symobls are defined as dllexport but used as static library:
|
||||
# - warning LNK4217: locally defined symbol imported in function
|
||||
# - warning LNK4049: locally defined symbol imported
|
||||
'/ignore:4217',
|
||||
'/ignore:4049',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user