Sort out a number of mismatched integer types in order to cut down the number of compiler warnings.

llvm-svn: 184333
This commit is contained in:
Andy Gibbs
2013-06-19 19:04:53 +00:00
parent 00dfec6265
commit a297a97e09
33 changed files with 78 additions and 78 deletions

View File

@@ -87,7 +87,7 @@ BreakpointResolverFileLine::SearchCallback
while (sc_list.GetSize() > 0)
{
SymbolContextList tmp_sc_list;
int current_idx = 0;
unsigned current_idx = 0;
SymbolContext sc;
bool first_entry = true;