1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 2d8ab09777
commit e439221531

View File

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