File: gcc-15.patch

package info (click to toggle)
soapaligner 2.20-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: ansic: 10,051; makefile: 236
file content (18 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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