File: fix-gcc15-ftbfs.patch

package info (click to toggle)
libburn 1.5.6-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,244 kB
  • sloc: ansic: 38,038; sh: 11,577; makefile: 182
file content (19 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix FTBFS with gcc-15

Origin: upstream, https://dev.lovelyhq.com/libburnia/libburn/commit/d537f9dd35282df834a311ead5f113af67d223b3
Bug-Debian: https://bugs.debian.org/1097168
Last-Update: 2025-09-17

---

--- libburn-1.5.6.orig/test/poll.c
+++ libburn-1.5.6/test/poll.c
@@ -14,7 +14,7 @@ static struct burn_drive_info *drives;
 static unsigned int n_drives;
 int NEXT;
 
-static void catch_int ()
+static void catch_int (int signum)
 {
 	NEXT = 1;
 }