diff options
author | Michael Jones <michaelrj@google.com> | 2022-06-16 10:12:23 -0700 |
---|---|---|
committer | Michael Jones <michaelrj@google.com> | 2022-06-17 09:48:04 -0700 |
commit | ad709a752daa6aebf03a3d34fc5b2e24a8a0dbea (patch) | |
tree | 6fce9abeadba24f7679b3c7adcaf33c09a8bc653 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp | |
parent | fb3477a4dab0fb75c4bac858c33e6006dcc173ea (diff) | |
download | llvm-ad709a752daa6aebf03a3d34fc5b2e24a8a0dbea.zip llvm-ad709a752daa6aebf03a3d34fc5b2e24a8a0dbea.tar.gz llvm-ad709a752daa6aebf03a3d34fc5b2e24a8a0dbea.tar.bz2 |
[libc][obvious] fix sign warning in file_writer
In the sign writer, a size_t was being compared to an int. This patch
casts the size_t to an int so that the comparison doesn't cause a sign
comparison warning.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D127984
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions