On Wed, May 25, 2022 at 10:42 AM Maxime Devos wrote: > > Greg Hogan schreef op di 24-05-2022 om 15:52 [-0400]: > > + (modify-phases %standard-phases > > + (add-before 'configure 'patch-build-flags > > + ;; Fix for change to warnings in GCC 10+ causing > > + ;; "error: argument 1 null where non-null expected [- > > Werror=nonnull]" > > + (lambda _ > > + (substitute* "meson.build" (("-Werror=format=2") > > ""))))))) > > This warning can easily indicate a real bug, has it been reported > upstream? It was reported upstream in 2017 but after the latest release. I have removed that substitute from the attached, updated patchset since I had overlooked that this change is not needed when building against the latest commit. > Greetings, > Maxime.