DescriptionRe-enable all the windows warnings except 4267
The code is changed or had been changed to no longer generate these
warnings. It is safe to re-enabled these warnings.
In this code change, we fixed some code which generates warnings 4018
(signed/unsigned mismatch) and 4146 (unary minus operator applied to
unsigned type, result still unsigned).
Warning 4333 (right shift by too large amount, data loss) and 4345
(an object of POD type constructed with an initializer of the form ()
will be default-initialized) are no longer generated.
The same setting is applied and verified for GN build as well.
BUG=pdfium:29
Committed: https://pdfium.googlesource.com/pdfium/+/47ca692c8150cb39abef5737e866b91e6a105b80
Patch Set 1 : #
Total comments: 8
Patch Set 2 : Address comments #
Messages
Total messages: 11 (4 generated)
|