[med-svn] [Git][med-team/pbseqlib][master] Potential fix for gcc-14

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Dec 7 09:34:08 GMT 2024



Nilesh Patra pushed to branch master at Debian Med / pbseqlib


Commits:
3e0b6c58 by Nilesh Patra at 2024-12-07T15:03:53+05:30
Potential fix for gcc-14

- - - - -


2 changed files:

- + debian/patches/gcc-14.patch
- debian/patches/series


Changes:

=====================================
debian/patches/gcc-14.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp
++++ b/alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp
+@@ -137,7 +137,7 @@
+ {
+     int m;
+     int n;
+-    for (m = int(matchList.size()); m > 0; m--) {
++    for (m = int(matchList.size()) - 1; m > 0; m--) {
+         n = m - 1;
+         //
+         // Skip past repeats in the query.


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ meson.patch
 static+shared_lib.patch
 gcc-13.patch
 pbbam_2.3.0
+gcc-14.patch



View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/-/commit/3e0b6c584c0816254a73a9e5568fb0d106e93f11

-- 
View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/-/commit/3e0b6c584c0816254a73a9e5568fb0d106e93f11
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/20241207/63063ae3/attachment-0001.htm>


More information about the debian-med-commit mailing list