summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-wrapper.swig
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-11-12 17:01:48 +0000
committerZachary Turner <zturner@google.com>2015-11-12 17:01:48 +0000
commit02bf92d22651dd7feb2828974fdcc5dc0e23ddfb (patch)
treef217dfc077c6da0537bef5c82bd9d099991a2902 /lldb/scripts/Python/python-wrapper.swig
parentfd3fe9e45aeadd4cfb41966c7bd5e7c36c687ab0 (diff)
downloadbcm5719-llvm-02bf92d22651dd7feb2828974fdcc5dc0e23ddfb.tar.gz
bcm5719-llvm-02bf92d22651dd7feb2828974fdcc5dc0e23ddfb.zip
Fix non-Windows build after r252906.
llvm-svn: 252909
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r--lldb/scripts/Python/python-wrapper.swig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig
index 250af21eae0..9d28bc9d1d3 100644
--- a/lldb/scripts/Python/python-wrapper.swig
+++ b/lldb/scripts/Python/python-wrapper.swig
@@ -566,7 +566,7 @@ LLDBSwigPython_CalculateNumChildren
}
if (argc.count == 1)
- ret_val = std::min(ret_val, max);
+ ret_val = std::min(ret_val, static_cast<size_t>(max));
return ret_val;
}
OpenPOWER on IntegriCloud