Description: fix build failure with gcc-15.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097906
Forwarded: no
Last-Update: 2025-10-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- soapaligner.orig/r250.c
+++ soapaligner/r250.c
@@ -16,7 +16,7 @@
 #include "r250.h"
 
 // static functions
-static unsigned int randlcg();
+static unsigned int randlcg(int);
 
 
 #define MSB          0x80000000L
