DescriptionSuppress compiler and linker warnings in v8 test binaries
VC++ complains about truncation of integer constants despite use of
static_cast. This isn't very helpful as it gives no way of suppressing
the warning in code, so this change suppresses it on the command line.
Additionally, the linker complains about importing of locally defined
functions in component builds. Until this is fixed the warnings should
be suppressed.
NOTRY=true
Committed: https://crrev.com/dea0d7474745f05948a9acfced2b3891d86ad133
Cr-Commit-Position: refs/heads/master@{#36695}
Patch Set 1 #Patch Set 2 : Suppress linker warnings #
Messages
Total messages: 12 (6 generated)
|