DescriptionRemove disabling of C4267 in 64-bit gn builds
As part of the VS 2015 port some C4267 warnings (size_t truncated to
smaller type) warnings were globally suppressed. This change removes the
global suppression for 64-bit gn builds and fixes the last few warnings.
The warning suppression remains for 32-bit builds because there are many
warnings there that still need suppression - they were C4244 warnings in
VS 2013 builds.
BUG=440500, 566113
Committed: https://crrev.com/d0ecb3bae2d232c17581eed59fe8aa31fa68f96b
Cr-Commit-Position: refs/heads/master@{#388293}
Patch Set 1 #Patch Set 2 : Pull to latest, which includes gfx fix commit #Patch Set 3 : Remove /wd4267 completely #Patch Set 4 : Fix 32-bit only warnings #Patch Set 5 : Disable 4267 for 32-bit builds only #Patch Set 6 : Fix long line #
Messages
Total messages: 17 (8 generated)
|