1
0
Fork 0
forked from mirror/openwrt
openwrt/package
Hauke Mehrtens e8cfa339fe boot-lantiq: Fix compilation with GCC 14
This fixes the following compile problem:
```
arv7506pw11.c: In function 'show_boot_progress':
arv7506pw11.c:59:24: error: 'return' with a value, in function returning void [-Wreturn-mismatch]
   59 |                 return 0;
      |                        ^
arv7506pw11.c:56:6: note: declared here
   56 | void show_boot_progress(int arg)
      |      ^~~~~~~~~~~~~~~~~~
arv7506pw11.c:71:16: error: 'return' with a value, in function returning void [-Wreturn-mismatch]
   71 |         return 0;
      |                ^
arv7506pw11.c:56:6: note: declared here
   56 | void show_boot_progress(int arg)
      |      ^~~~~~~~~~~~~~~~~~
```

Link: https://github.com/openwrt/openwrt/pull/18688
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-05-03 22:04:13 +02:00
..
base-files package: basefiles: add oem image dectection to fwtool.sh 2025-04-30 13:15:42 +02:00
boot boot-lantiq: Fix compilation with GCC 14 2025-05-03 22:04:13 +02:00
devel strace: update to 6.14 2025-03-25 23:25:51 +01:00
firmware qualcommax: add support for ELECOM WRC-X3000GS2 2025-04-22 20:58:29 +02:00
kernel mac80211: ath9k: fix missing prototypes warnings 2025-05-03 20:16:25 +02:00
libs libsemanage: update to 3.8.1 and fix build with GCC14 2025-05-02 19:15:42 +02:00
network ltq-adsl-app: Fix compilation with GCC 14 2025-05-03 22:04:13 +02:00
system apk: backport fix for GCC15 with LTO 2025-04-21 14:21:10 +02:00
utils policycoreutils: update to 3.8.1 and fix build with GCC14 2025-05-02 19:15:42 +02:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00