Ignore warning 4189 on Windows.

The warning comes from mojo/public/cpp/system/core.h.
This commit is contained in:
Cheng Zhao 2014-07-28 12:12:14 +08:00
parent f552dc7ba4
commit 8ff2683ae8

View file

@ -259,6 +259,7 @@
'msvs_disabled_warnings': [
4100, # unreferenced formal parameter
4127, # conditional expression is constant
4189, # local variable is initialized but not referenced
4244, # 'initializing' : conversion from 'double' to 'size_t', possible loss of data
4245, # 'initializing' : conversion from 'int' to 'const net::QuicVersionTag', signed/unsigned mismatch
4251, # class 'std::xx' needs to have dll-interface.