зеркало из https://github.com/microsoft/clang-1.git
Silence compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f64699e8db
Коммит
8f6457e75d
|
@ -1617,6 +1617,7 @@ static const char *getEntityKindString(CXIdxEntityKind kind) {
|
|||
case CXIdxEntity_Union: return "union";
|
||||
case CXIdxEntity_CXXClass: return "c++-class";
|
||||
}
|
||||
return "<unknown>";
|
||||
}
|
||||
|
||||
static void printEntityInfo(const char *cb,
|
||||
|
|
Загрузка…
Ссылка в новой задаче