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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user