office-gobmx/jurt
Stephan Bergmann 0694a66e8e Fix jurt/source/pipe/staticsalhack.cxx
> jurt/source/pipe/staticsalhack.cxx:62:
> sal/rtl/ustrbuf.cxx:29:9: error: 'RTL_LOG_STRING_BITS' macro redefined [-Werror,-Wmacro-redefined]
> #define RTL_LOG_STRING_BITS         16
>         ^
> sal/rtl/strbuf.cxx:27:9: note: previous definition is here
> #define RTL_LOG_STRING_BITS 8
>         ^
> In file included from jurt/source/pipe/staticsalhack.cxx:62:
> sal/rtl/ustrbuf.cxx:29:9: error: duplicate defines [loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS         16
>         ^
> sal/rtl/strbuf.cxx:27:9: note: previous define [loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 8
>         ^

after 22de5757a2 "Deduplicate string buffer code"

Change-Id: I5e6883effea0ce53c96cb5da8e02142450216ad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130711
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-02-28 18:11:23 +01:00
..
source/pipe Fix jurt/source/pipe/staticsalhack.cxx 2022-02-28 18:11:23 +01:00
workbench/com/sun/star/comp/urlresolver
BUCK
Jar_jurt.mk
Library_jpipe.mk Adapt Library_jpipe__staticsalhack 2022-02-20 14:24:52 +01:00
Library_jpipx.mk
Makefile
Module_jurt.mk
pom.jurt.xml
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Java UNO Runtime (jurt)

JURT means Java UNO Runtime and implements most of Java UNO.