bridges: -Werror,-Wimplicit-fallthrough
Change-Id: I1ad51d4dc7e6bddfc5fa8d6252a7d6349bd5dfb7
This commit is contained in:
parent
633e6cf96e
commit
d7777467a3
@ -107,6 +107,7 @@ void CPPU_CURRENT_NAMESPACE::callVirtualMethod(
|
|||||||
case typelib_TypeClass_HYPER:
|
case typelib_TypeClass_HYPER:
|
||||||
case typelib_TypeClass_UNSIGNED_HYPER:
|
case typelib_TypeClass_UNSIGNED_HYPER:
|
||||||
static_cast<long*>(pRegisterReturn)[1] = edx;
|
static_cast<long*>(pRegisterReturn)[1] = edx;
|
||||||
|
SAL_FALLTHROUGH;
|
||||||
case typelib_TypeClass_LONG:
|
case typelib_TypeClass_LONG:
|
||||||
case typelib_TypeClass_UNSIGNED_LONG:
|
case typelib_TypeClass_UNSIGNED_LONG:
|
||||||
case typelib_TypeClass_CHAR:
|
case typelib_TypeClass_CHAR:
|
||||||
|
@ -323,7 +323,8 @@ extern "C" void cpp_vtable_call(
|
|||||||
}
|
}
|
||||||
TYPELIB_DANGER_RELEASE( pTD );
|
TYPELIB_DANGER_RELEASE( pTD );
|
||||||
}
|
}
|
||||||
} // else perform queryInterface()
|
SAL_FALLTHROUGH; // else perform queryInterface()
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
cpp2uno_call(
|
cpp2uno_call(
|
||||||
pCppI, aMemberDescr.get(),
|
pCppI, aMemberDescr.get(),
|
||||||
|
@ -348,7 +348,8 @@ void unoInterfaceProxyDispatch(
|
|||||||
}
|
}
|
||||||
TYPELIB_DANGER_RELEASE( pTD );
|
TYPELIB_DANGER_RELEASE( pTD );
|
||||||
}
|
}
|
||||||
} // else perform queryInterface()
|
SAL_FALLTHROUGH; // else perform queryInterface()
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
// dependent dispatch
|
// dependent dispatch
|
||||||
cpp_call(
|
cpp_call(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user