Ignore warning 4189 on Windows.
The warning comes from mojo/public/cpp/system/core.h.
This commit is contained in:
parent
f552dc7ba4
commit
8ff2683ae8
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@
|
||||||
'msvs_disabled_warnings': [
|
'msvs_disabled_warnings': [
|
||||||
4100, # unreferenced formal parameter
|
4100, # unreferenced formal parameter
|
||||||
4127, # conditional expression is constant
|
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
|
4244, # 'initializing' : conversion from 'double' to 'size_t', possible loss of data
|
||||||
4245, # 'initializing' : conversion from 'int' to 'const net::QuicVersionTag', signed/unsigned mismatch
|
4245, # 'initializing' : conversion from 'int' to 'const net::QuicVersionTag', signed/unsigned mismatch
|
||||||
4251, # class 'std::xx' needs to have dll-interface.
|
4251, # class 'std::xx' needs to have dll-interface.
|
||||||
|
|
Loading…
Reference in a new issue