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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2016-03-24 15:19:39 +00:00
parent f043736d85
commit ca458d6ebb
+1 -1
View File
@@ -32,7 +32,7 @@ namespace {
}
};
};
}
void ErrorInfoBase::anchor() {}
char ErrorInfoBase::ID = 0;