Helmut Grohne pushed to branch disarm-werror at GNU Libc Maintainers / glibc
Commits: 80722788 by Helmut Grohne at 2023-03-03T17:54:41+01:00 disable -Werror when dpkg-builflags contains -Wno-error Building glibc with a different toolchain tends to produce new warnings that are turned into build failures via -Werror. Instead, we typically want such builds to succeed. Thus we allow disabling -Werror by adding -Wno-error to dpkg-buildflags (which usually emits neither -Werror nor -Wno-error). Suggested-by: Steve Langasek <vor...@debian.org> Link: https://lists.debian.org/debian-devel/2023/02/msg00355.html - - - - - 2 changed files: - debian/rules - debian/rules.d/build.mk View it on GitLab: https://salsa.debian.org/glibc-team/glibc/-/commit/80722788e42862d602ad1497bc9cca9104dec98f -- View it on GitLab: https://salsa.debian.org/glibc-team/glibc/-/commit/80722788e42862d602ad1497bc9cca9104dec98f You're receiving this email because of your account on salsa.debian.org.