File: gcc-15.patch

package info (click to toggle)
lm4tools 3%3A0.1.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ansic: 1,229; makefile: 85
file content (15 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1097309

--- lm4tools-0.1.3.orig/lmicdiusb/gdb.c
+++ lm4tools-0.1.3/lmicdiusb/gdb.c
@@ -47,7 +47,7 @@
 //
 //****************************************************************************
 static int
-gdb_validate()
+gdb_validate(unsigned char *pResp, unsigned char csum)
 {
     //
     // TODO: Take payload and calculate checksum...