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? Greetings, Maxime.