office-gobmx/jurt
Stephan Bergmann 5462235f56 Avoid loplugin:salcall
> In file included from jurt/source/pipe/staticsalhack.cxx:39:
> sal/osl/unx/module.cxx:212:6: error: SAL_CALL unnecessary here [loplugin:salcall]
> void SAL_CALL osl_unloadModule(oslModule hModule)
> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

in an ASan+UBSan build with --enable-compiler-plugins, after
b5b1eae538 "Add HAVE_(UNIX_)DLAPI config header
define".  DISABLE_DYNLOADING was defined there ever since
ddc7bb629a "Poor hack for libjpipe.so under Clang
-fsanitize=*" but doesn't appear to be necessary.  (Alternatively,
loplugin:salcall could be taught not to warn if the function definition involves
any #if'ery.)

Change-Id: I5786979eb944d59f969c9875d77b03f9b2432161
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128797
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-01-23 12:28:20 +01:00
..
source/pipe
workbench/com/sun/star/comp/urlresolver
BUCK
Jar_jurt.mk
Library_jpipe.mk
Library_jpipx.mk
Makefile
Module_jurt.mk
pom.jurt.xml
README.md

Java UNO Runtime (jurt)

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