DescriptionUse proper integer constants instead of enums
-Wtype-limits will throw warnings if an enum is used interchangably
with an integer. Replace some such usages with proper integer
constants.
BUG=424334
TEST=build, unit test
Committed: https://crrev.com/2f82d4c8406b739fe35252357b32aadd56ab08f3
Cr-Commit-Position: refs/heads/master@{#300376}
Patch Set 1 #Patch Set 2 : Fix windows compile #
Total comments: 2
Patch Set 3 : Re-add DCHECKs #Messages
Total messages: 8 (2 generated)
|