office-gobmx/external/redland
Stephan Bergmann 87eff817eb external/redland: Fix -Wint-conversion
...with recent Clang 16 trunk since
<7068aa9841>
"Strengthen -Wint-conversion to default to an error", causing

> raptor_parse.c:260:66: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
>   RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL);
>                                                                  ^~~~

and

> raptor_serialize.c:243:66: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
>   RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL);
>                                                                  ^~~~

Change-Id: I2c1083b78777589b992c180d8759e2313bf2fe42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137756
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-08-03 21:38:58 +02:00
..
raptor
rasqal
redland
ExternalPackage_raptor.mk
ExternalPackage_rasqal.mk
ExternalPackage_redland.mk
ExternalProject_raptor.mk
ExternalProject_rasqal.mk
ExternalProject_redland.mk
Library_raptor.mk
Library_rasqal.mk
Library_rdf.mk
Makefile
Module_redland.mk
README
UnpackedTarball_raptor.mk
UnpackedTarball_rasqal.mk
UnpackedTarball_redland.mk

Redland RDF library (librdf) from [http://librdf.org/]

== License ==
[git:redland/LICENSE.txt]
Triple-licensed: LGPL v2+/GPL v2+/Apache v2

== Description ==
This module contains the third-party Redland RDF / librdf library, which
is needed to support data in RDF (Resource Description Framework) format.
It consists of 3 parts:
- raptor:  parsers and serializers for numerous RDF file formats
- rasqal:  query engine which supports SPARQL queries
- redland: librdf integrates raptor and rasqal, and provides numerous storage
           engines for storing RDF graphs (in memory, SQL, ...)

Libraries: libraptor, librasqal, librdf

== Patches ==
There are several patches, most of which contain only hacks to get it to
build with the LO build system.

Upstream may merge patches that are attached to the bug tracker, but don't
send patches to the mailing list, those will most likely be ignored.