office-gobmx/external/firebird
Stephan Bergmann 7e1ff1cee5 external/firebird: Implicit int in configure check
...so that with Clang 15 trunk after
<2cb2cd242c>
"Change the behavior of implicit int diagnostics" the check now failed to
compile with

> configure:21471: checking alignment of long
[...]
> conftest.c:166:2: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

with consequences the same as in f6be6cd82b
"external/firebird: Missing include in configure check" (so rename the existing
configure-include.patch, as it now covers various kinds of C99 violations)

Change-Id: I64e7c13945a3ede3900cc6a84da575e35bdce953
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133994
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-08 16:45:13 +02:00
..
0001-extern-cloop-Missing-dependencies-of-compilations-on.patch.1
0001-extern-cloop-Missing-dependency-of-BIN_DIR-cloop-on-.patch.1
0001-Fix-checks-for-null-HANDLE-in-Windows-only-code.patch.1
0001-Fix-warning-on-Win64-build-231.patch.1
0001-Make-comparison-operator-member-functions-const.patch.1
asan.patch
c++17.patch
configure-c99.patch
ExternalPackage_firebird.mk
ExternalProject_firebird.mk
firebird-307.patch.1
firebird-btyacc-add-explicit-rule.patch
firebird-cygwin-msvc-warnings.patch
firebird-cygwin-msvc.patch
firebird-Engine12.patch
firebird-macosx-sandbox.patch.1
firebird-macosx.patch.1
firebird-rpath.patch.0
firebird-tdf125284.patch.1
firebird-vs2017.patch.1
firebird.disable-ib-util-not-found.patch.1
macos-arm64.patch.0
macosx-elcapitan-dyld.patch
Makefile
Module_firebird.mk
msvc.patch
README
sanitizer.patch
ubsan.patch
UnpackedTarball_firebird.mk
wnt-dbgutil.patch
wnt-per-process-trace-storage.patch.1

Firebird is an embeddable SQL RDBMS implemented in C++

http://firebirdsql.org/