diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-08-11 20:38:39 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-08-11 20:38:39 +0000 |
commit | faa7506f18a603ba97862c86c49ce946cdf2d0dd (patch) | |
tree | 6f3c9019c37c084de816687492547fcb6186ac5d /lldb/packages/Python/lldbsuite/test/python_api/debugger | |
parent | 21f475e1c4fe5120400afdf3aef7c0ef0311134c (diff) | |
download | bcm5719-llvm-faa7506f18a603ba97862c86c49ce946cdf2d0dd.tar.gz bcm5719-llvm-faa7506f18a603ba97862c86c49ce946cdf2d0dd.zip |
Fix type truncation warnings
Avoid type truncation warnings from a 32-bit bot due to size_t not
being unsigned long long, by converting the variables and constants to
unsigned. This was introduced by r278338 and caused warnings here:
http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15527/steps/build_llvmclang/logs/warnings%20%287%29
llvm-svn: 278406
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger')
0 files changed, 0 insertions, 0 deletions