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/source/Commands/CommandObjectThread.cpp | |
parent | 21f475e1c4fe5120400afdf3aef7c0ef0311134c (diff) | |
download | llvm-faa7506f18a603ba97862c86c49ce946cdf2d0dd.zip llvm-faa7506f18a603ba97862c86c49ce946cdf2d0dd.tar.gz llvm-faa7506f18a603ba97862c86c49ce946cdf2d0dd.tar.bz2 |
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/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions