diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-22 11:02:42 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-06-22 15:23:27 +0200 |
commit | 0291994f133644683e5d4fdea91c61471531bc93 (patch) | |
tree | 37668b20f9ac3f64a4ad5267955cbac98ea0dba6 /bridges | |
parent | 15f79efe1522389d52d068d620beaa268aaebdeb (diff) |
fix debug build on s390x
Change-Id: Ic1d5e98f371727f0c452495d5f9cb40ec73ffe9d
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx index c2bfe5ef912c..8242ed1434c8 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx @@ -375,7 +375,6 @@ static typelib_TypeClass cpp_mediate( } // determine called method - OSL_ENSURE( nVtableCall < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index!" ); sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); |