commit | 0878f716130912adbb66e4f6692f52d8b25da398 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Fri May 21 09:05:39 2021 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Fri May 21 16:45:46 2021 +0000 |
tree | da54294959b058781871d649e8e77b89add62add | |
parent | 48c35f0cf6c49dbe2639dfff3b161e4d662bf790 [diff] |
Fix implicit cast from ssize_t to size_t in KeyedVector.h Fixes a compiler warning for implicit conversion changes from signed to unsigned which surfaced when refactoring native input libraries. Add an explicit cast to avoid adding -Wno-sign-conversion compile flags. Test: b libsurfaceflinger_unittest Change-Id: I8866aef7f09ca5173604abe18c586b68bbf12ed6