Error.cpp: Fix a warning. [-Wpedantic]

llvm-svn: 264291
This commit is contained in:
NAKAMURA Takumi 2016-03-24 15:19:39 +00:00
parent b2cef64b61
commit d8c1be66ab
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace {
}
};
};
}
void ErrorInfoBase::anchor() {}
char ErrorInfoBase::ID = 0;