Fix non-Windows build after r252906.

llvm-svn: 252909
This commit is contained in:
Zachary Turner
2015-11-12 17:01:48 +00:00
parent fd3fe9e45a
commit 02bf92d226
4 changed files with 5 additions and 4 deletions

View File

@@ -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;
}