[med-svn] [Git][med-team/jellyfish][master] silence warning gone error with -O3
Sascha Steinbiss
gitlab at salsa.debian.org
Sun Feb 21 11:17:40 GMT 2021
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 <satta at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210221/57f82bb5/attachment-0001.htm>
More information about the debian-med-commit
mailing list