commit | 4bfd58723b6efca37077f05c1ab92a3e85f97eb4 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Dec 03 08:48:57 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 03 08:48:57 2014 -0800 |
tree | e92ac02ce9929ad7e85784eb5b9ff99bc54c7b1d | |
parent | 43c79b9c64d517b5f74429e13d1057e9f7d7f0a2 [diff] |
Decompose a weird assert. I got my hands on a list of new warnings coming out of MSVC when run with /analyze. I scanned over them and didn't see any bugs, but I did notice this is just a weird way to write this expression. (MSVC /analyze was wary of '=' in a boolean expression.) BUG=skia: Review URL: https://codereview.chromium.org/776033002