| commit | 1512ef8ecd3c40a0e4b36e8670c540624255e692 | [log] [tgz] |
|---|---|---|
| author | Yi Kong <yikong@google.com> | Thu Mar 01 17:48:53 2018 -0500 |
| committer | Yi Kong <yikong@google.com> | Thu Mar 01 22:54:08 2018 +0000 |
| tree | efe623cbb9187f0f7f2ad77e6c55c8f8346c9522 | |
| parent | a1c800722d18920e325ed6a4d51b8573f6d16b15 [diff] |
Remove unreachable condition Comparison of unsigned enum expression < 0 is always false. Fixes tautological-unsigned-enum-zero-compare warning. Bug: 72331526 Test: m Change-Id: I17eb218b256015f5f406fd24324a49b05a0e8866