Insert explicit casts to try appease overload resolution in the buildbots

llvm-svn: 182514
This commit is contained in:
Pete Cooper 2013-05-22 21:02:38 +00:00
parent a1b5dd9a20
commit f2ec16eb8b
1 changed files with 1 additions and 1 deletions

View File

@ -2016,7 +2016,7 @@ static void removePunyEdges(PathPieces &path,
if (Invalid)
continue;
if (::abs(startCol - endCol) <= 2) {
if (abs((int)startCol - (int)endCol) <= 2) {
I = path.erase(I);
erased = true;
continue;