summaryrefslogtreecommitdiff
path: root/include/jvmaccess
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-14 00:17:06 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-17 11:55:26 +0000
commit0e4b1d2127957459b79f41a96f1fa0061d399b3b (patch)
treeab29e0fcf23efec9ba4cb2845ac5e6abe023e7e9 /include/jvmaccess
parent0522c77fd2f979a444a0060fdd5b98d6314228f0 (diff)
tdf#78174: toolkit: work around GCC 4.9 -Os link failure
A build with gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) for 32-bit x86 fails because of these undefined symbols: > nm --demangle workdir/CxxObject/svx/source/fmcomp/fmgridif.o | grep \\bWindowListenerMultiplexer::acquire U non-virtual thunk to WindowListenerMultiplexer::acquire() They should probably be generated inline. Work around by out-lining the definition of the methods. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64812 Change-Id: I318f7c39bdf1243be385bc6dc0a47862b22e92c5 (cherry picked from commit 6b3aa0fe4094e87290bd33a30bd6cd99ee78ce38) Reviewed-on: https://gerrit.libreoffice.org/14509 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/jvmaccess')
0 files changed, 0 insertions, 0 deletions