aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-09-01 23:45:14 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-09-01 23:45:14 +0000
commitdcad05b4ebb47073f029b42062d489c08718e473 (patch)
tree6f9321e4e2bf0bd4a8a098f05ffc177a095100db /lldb/source/Commands/CommandObjectExpression.cpp
parent4aed72571acd47d2ee1161281a072587adf5b5a6 (diff)
downloadllvm-dcad05b4ebb47073f029b42062d489c08718e473.zip
llvm-dcad05b4ebb47073f029b42062d489c08718e473.tar.gz
llvm-dcad05b4ebb47073f029b42062d489c08718e473.tar.bz2
[debugserver] Fix sign comparison warning.
Summary: Comparing m_page_size against kInvalidPageSize was resulting in a warning about comparing integers with different signs. Since kInvalidPageSize isn't used anywhere outside of MachVMMemory.cpp, we can readily transform it into a static const vm_size_t with the correct value to avoid the sign comparison warnings. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12519 llvm-svn: 246606
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions