From 41f0f9bcf3a6ad71f9e7bbdb131b767ea8bac6a3 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 24 Jul 2013 18:33:27 +0800 Subject: [PATCH] [Win] Ignore 4049 link warning. --- common.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.gypi b/common.gypi index dc5168181..5ff925ecd 100644 --- a/common.gypi +++ b/common.gypi @@ -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', ], }, },