[Libreoffice-commits] core.git: bridges/source
Tor Lillqvist
tml at collabora.com
Mon Jul 7 15:25:07 PDT 2014
bridges/source/cpp_uno/gcc3_ios_arm/share.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit ff26976702079a353c5039843bfcc911bc46d0cd
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Jul 8 01:09:15 2014 +0300
No need for that #else #error, breaks compilation for the simulator
Change-Id: I5703b269380bbaefd503780b8d396552e6517ddc
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx b/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx
index d4a11be..fec1f35 100644
--- a/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx
@@ -61,8 +61,6 @@ namespace arm
MAX_FPR_REGS = 8
};
bool return_in_x8( typelib_TypeDescriptionReference *pTypeRef );
-#else
-#error wtf
#endif
}
More information about the Libreoffice-commits
mailing list