DescriptionFix unreachable code bug caused by anding with zero, per finnur@.
VC++'s /analyze pointed out that an incorrect operator was being used.
The warning was:
src\chrome\browser\enumerate_modules_model_win.cc(898) : warning C6313:
Incorrect operator: zero-valued flag cannot be tested with bitwise-and.
Use an equality test to check for zero-valued flags.
This bug dates back to the original code in November 2010. Fixed to 'and' with the INVESTIGATING value, as intended, after discussion with finnur@.
BUG=427616
Committed: https://crrev.com/4e7e6b35fd63a90f5f93227200249ebfa61dd5a1
Cr-Commit-Position: refs/heads/master@{#302715}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Changed fix after discussion with finnur@ - and with INVESTIGATING #Messages
Total messages: 10 (2 generated)
|