diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-03 09:32:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-03 09:32:54 +0200 |
commit | bef4daee6631f92e737df31af6d3a8779dfa9720 (patch) | |
tree | b625f533b15bf5623e5634a5571230448443a56e /bridges/source | |
parent | 157995fa389596ef03b2c5fa8158a8285cc57803 (diff) |
WaE: unused parameter
Change-Id: I3bc0896d1bb8c281e535d8a55ced1dec707b1d76
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx index 2d920df679f3..e341285a3666 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx @@ -204,6 +204,13 @@ void callVirtualMethod( #ifdef __arm + // Implement!!! + abort(); + (void) nVtableIndex; + (void) pRegisterReturn; + (void) pReturnTypeDescr; + (void) bSimpleReturn; + #else volatile long edx = 0, eax = 0; // for register returns void * stackptr = 0; |