[Win] Ignore 4049 link warning.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 24 Jul 2013 10:33:27 +0000 (18:33 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 24 Jul 2013 10:33:27 +0000 (18:33 +0800)
common.gypi

index dc51681..5ff925e 100644 (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',
         ],
       },
     },