Files
loongoffice/external/libgpg-error
Stephan Bergmann 350c733a03 external/libgpg-error: Missing include (getpid, Windows)
This was apparently missing from d400009e7c74d13f01fda923d7399eac11b83b66
"gpg4libre: update gpgme, libassuan and libgpg-error" but went unnoticed so far
due to the traditionally lax handling of missing function declarations in C, and
only now started to cause

> logging.c(845,57): error: call to undeclared function 'getpid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
>                                           (unsigned int)getpid (), pidsuf);
>                                                         ^

with clang-cl 15 trunk after
<7d644e1215>
"[C11/C2x] Change the behavior of the implicit function declaration warning".

Change-Id: I66dc409f629d9bda807bc9cca21a8a5ecdda79be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133338
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-04-22 23:19:34 +02:00
..

A small library that defines common error values for GnuPG components
[https://www.gnupg.org/related_software/libgpg-error/index.html]