зеркало из https://github.com/microsoft/clang-1.git
Insert explicit casts to try appease overload resolution in the buildbots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
13feb9201e
Коммит
34bd3331b5
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче