aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2025-04-11 08:43:13 -0400
committerAaron Ballman <aaron@aaronballman.com>2025-04-11 08:44:20 -0400
commit01658b16661dcff8bc24da7d86cee8df6f0bb4bd (patch)
tree8d483adf95b00960d1005a934ad8f08d0d8cde17 /lldb/test/API/python_api
parent2fd860c1f559c0b0be66cc000e38270a04d0a1a3 (diff)
downloadllvm-01658b16661dcff8bc24da7d86cee8df6f0bb4bd.zip
llvm-01658b16661dcff8bc24da7d86cee8df6f0bb4bd.tar.gz
llvm-01658b16661dcff8bc24da7d86cee8df6f0bb4bd.tar.bz2
Fix two MSVC warnings; NFC
One was "unsafe use of bool" and the other was "sign comparision mismatch", and both were because we're treating a bool object as if it were an unsigned int. Add a cast to make that more explicit.
Diffstat (limited to 'lldb/test/API/python_api')
0 files changed, 0 insertions, 0 deletions