On Fr, 10.09.21 17:44, Marcus Harrison (mar...@harrisonland.co.uk) wrote:
> Hey folks,
>
> I've downloaded the systemd sources and am attempting to build with GCC 9.4 on
> KDE Neon and am receiving the build error described in build-error.txt on
> updated main branch (as of writing).
>
> I've patc
The function is used.. only when HAVE_LIBCRYPTSETUP.
You either need to define it on an #ifdef HAVE_LIBCRYPTSETUP or add add an
__attribute__(__unused__) to it, then the warning will shut up and the
linker may garbage collect it later.
On Fri, Sep 10, 2021 at 12:50 PM Marcus Harrison
wrote:
>
On Freitag, 10. September 2021 17:44:56 CEST Marcus Harrison wrote:
> Hey folks,
>
> I've downloaded the systemd sources and am attempting to build with GCC 9.4
> on KDE Neon and am receiving the build error described in build-error.txt
> on updated main branch (as of writing).
>
> I've patched a
Hey folks,
I've downloaded the systemd sources and am attempting to build with GCC 9.4 on
KDE Neon and am receiving the build error described in build-error.txt on
updated main branch (as of writing).
I've patched around it using the change described in
remove_unused_function.patch, which allo