diff options
author | Miloš Stojanović <Milos.Stojanovic@rt-rk.com> | 2020-01-13 19:27:03 +0100 |
---|---|---|
committer | Miloš Stojanović <Milos.Stojanovic@rt-rk.com> | 2020-01-14 13:24:51 +0100 |
commit | bff33bd5c83b947cccb4d6cf6ebca9dc021f716b (patch) | |
tree | f0d8e85345e2633c49206dd3e1e94bad967f91c0 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 71d5454b377239213874a0d762860e6a3e60bf54 (diff) | |
download | bcm5719-llvm-bff33bd5c83b947cccb4d6cf6ebca9dc021f716b.tar.gz bcm5719-llvm-bff33bd5c83b947cccb4d6cf6ebca9dc021f716b.zip |
[unittests] Fix "comparison of integers of different signs" warnings
A warning is sent because `std::distance()` returns a signed type so
`CmpHelperEQ()` gets instantiated into a function that compares
differently signed arguments.
Differential Revision: https://reviews.llvm.org/D72632
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions