warning C4702: unreachable code

Change-Id: I8a1e67d3ec1ef0c94b41e46a29a40280468d5e76
This commit is contained in:
Michael Stahl
2014-08-08 16:22:00 +02:00
parent b471943640
commit 83dbae1da7

View File

@@ -148,6 +148,7 @@ void ClassData::writeTypeOffset(css::uno::Type const &, sal_Int32) {
std::abort();
}
SAL_WNOUNREACHABLE_CODE_PUSH
struct SAL_DLLPUBLIC_EXPORT ClassDataBase {
ClassDataBase();
@@ -167,6 +168,7 @@ ClassDataBase::ClassDataBase(sal_Int32) {
ClassDataBase::~ClassDataBase() {
std::abort();
}
SAL_WNOUNREACHABLE_CODE_POP
}