[Win] Ignore 4049 link warning.

This commit is contained in:
Cheng Zhao 2013-07-24 18:33:27 +08:00
parent bbc049ba3a
commit 41f0f9bcf3

View file

@ -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',
],
},
},