[Debian-med-packaging] Bug#925728: lagan: ftbfs with GCC-9

Gianfranco Costamagna locutusofborg at debian.org
Fri Jul 12 10:34:18 BST 2019


control: tags -1 patch

don't ask me why, but removing "inline" from findPrev function works...

--- lagan-2.0.orig/src/fchaos.c
+++ lagan-2.0/src/fchaos.c
@@ -430,7 +430,7 @@ int chain(LList* second, int off2, LList
 int tc =0;
 int wc = 0;
 
-inline void findPrev(LList* curr, int position, int offset, float baseval) {
+void findPrev(LList* curr, int position, int offset, float baseval) {
   int j,k;
   LList* temp;
   sle* iterator;



More information about the Debian-med-packaging mailing list