File: gcc-15.patch

package info (click to toggle)
openvpn-auth-ldap 2.0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,592 kB
  • sloc: ansic: 8,366; objc: 3,799; sh: 2,718; cpp: 594; makefile: 189; xml: 36
file content (28 lines) | stat: -rw-r--r-- 851 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Fix FTBFS with GCC-15.
Bug-Debian: https://bugs.debian.org/1097525
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2025-09-22
---

--- openvpn-auth-ldap.orig/tools/lemon.c
+++ openvpn-auth-ldap/tools/lemon.c
@@ -59,12 +59,12 @@
 static struct action *Action_sort(struct action *);
 
 /********** From the file "build.h" ************************************/
-void FindRulePrecedences();
-void FindFirstSets();
-void FindStates();
-void FindLinks();
-void FindFollowSets();
-void FindActions();
+void FindRulePrecedences(struct lemon *);
+void FindFirstSets(struct lemon *);
+void FindStates(struct lemon *);
+void FindLinks(struct lemon *);
+void FindFollowSets(struct lemon *);
+void FindActions(struct lemon *);
 
 /********* From the file "configlist.h" *********************************/
 void Configlist_init(void);