mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
lpac: fix compilation with GCC14
Parameter is not void but void pointer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lpac
|
||||
PKG_VERSION:=2.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/estkme-group/lpac/tar.gz/refs/tags/v$(PKG_VERSION)?
|
||||
|
||||
@@ -302,7 +302,7 @@ Signed-off-by: David Bauer <david.bauer@uniberg.com>
|
||||
+ return 0;
|
||||
+}
|
||||
+
|
||||
+static void libapduinterface_fini(void)
|
||||
+static void libapduinterface_fini(void*)
|
||||
+{
|
||||
+}
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user