1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
From: Sergei Golovan
Subject: Patch minimally fixes FTBFS with GCC 15.
Date: Tue, 04 Mar 2025 20:55:45 +0300
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097973
--- a/generic/rs-ecc/rslib.c
+++ b/generic/rs-ecc/rslib.c
@@ -31,7 +31,7 @@
/* aku: forward declaration of routines used before definition */
void
-polysolve ();
+polysolve (unsigned char polynom[4], unsigned char roots[3], int *numsol);
|