Chromium Code Reviews
DescriptionSuppress new C4334 and C4595 warnings
These two warnings are new in VS 2015 Update 2 (C4334 isn't necessarily
brand new, but it fires much more frequently now). Therefore they are
preventing a switch to VS 2015, without actually indicating any new
issues. The possible issues pointed to by C4334, in particular, have
been benign in every case that I have investigated. Therefore the
pragmatic thing to do is to suppress them for now, and resolve the
warnings individually after VS 2015 is the default.
The 4595 warning suppression is only needed in third_party\icu but it is
placed globally temporarily.
These warnings are also blocking PGO builds - another reason why a
timely fix is important.
BUG=440500, 593448, 591920
Committed: https://crrev.com/58552f9fcee335a8704f0c19472fde26ade8a7b9
Cr-Commit-Position: refs/heads/master@{#380312}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|
||||||||||||||||||||||||||||