Sascha Steinbiss pushed to branch master at Debian Med / jellyfish
Commits: b3ca453b by Sascha Steinbiss at 2021-02-21T12:10:39+01:00 silence warning gone error with -O3 I could not reproduce this with only upstream code, and with -O2 the code builds fine, so I do not assume this is a coding error but an optimization quirk. Disabling this particular compiler warning since tests also finish fine. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jellyfish (2.3.0-8.1) UNRELEASED; urgency=medium + + * Team upload. + * Silence additional warning/error appearing with -O3. + Closes: #973431 + + -- Sascha Steinbiss <[email protected]> Sun, 21 Feb 2021 12:09:45 +0100 + jellyfish (2.3.0-8) unstable; urgency=medium * Add Breaks+Replaces: jellyfish-examples (<< 2.3.0-7) ===================================== debian/rules ===================================== @@ -15,6 +15,7 @@ export PERL_MM_OPT=INSTALLDIRS=vendor export PYBUILD_BUILD_ARGS=build_ext -L${CURDIR}/.libs export DEB_LDFLAGS_MAINT_APPEND = -lpthread +export DEB_CXXFLAGS_MAINT_APPEND = -Wno-nonnull export PYBUILD_NAME = dna_jellyfish %: View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/commit/b3ca453ba701a4bedf168d84e865ccd33d81b697 -- View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/commit/b3ca453ba701a4bedf168d84e865ccd33d81b697 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
