summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/MapInfoCreateMemoryTest.cpp
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-12-14 15:40:08 -0800
committerYi Kong <yikong@google.com>2018-12-14 16:02:38 -0800
commite93040c618090700386eb69a01db2d98a9a36385 (patch)
treef5e094e158c1159df25d2e44897494e1bee158f9 /libunwindstack/tests/MapInfoCreateMemoryTest.cpp
parent00289c9c794314e8468895fcc7d70282c833d6c4 (diff)
Fix sign-compare warnings
system/core/fs_mgr/fs_mgr_fstab.cpp:161:18: error: comparison of integers of different signs: 'int' and 'const uint64_t' (aka 'const unsigned long') [-Werror,-Wsign-compare] if (flag == j->flag) { ~~~~ ^ ~~~~~~~ system/core/fs_mgr/fs_mgr.cpp:674:11: error: comparison of integers of different signs: 'int' and 'std::__1::vector<FstabEntry, std::__1::allocator<FstabEntry> >::size_type' (aka 'unsigned long') [-Werror,-Wsign-compare] if (i < fstab.size()) --i; ~ ^ ~~~~~~~~~~~~ Test: m checkbuild Change-Id: I056add222a92f99134a49ac141bd143ddd54179b
Diffstat (limited to 'libunwindstack/tests/MapInfoCreateMemoryTest.cpp')
0 files changed, 0 insertions, 0 deletions