openwrt/package/system
Christian Marangi e408030cec
Some checks failed
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
apk-tools: fix compilation warning from downstream full print patch
Fix trivial compilation warning caused by downstream full print patch.

../src/app_list.c: In function 'print_full':
../src/app_list.c:85:35: warning: format '%zu' expects argument of type 'size_t', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   85 |         printf("Installed-Size: %zu\n", pkg->installed_size);
      |                                 ~~^     ~~~~~~~~~~~~~~~~~~~
      |                                   |        |
      |                                   |        uint64_t {aka long long unsigned int}
      |                                   unsigned int
      |                                 %llu
../src/app_list.c:86:25: warning: format '%zu' expects argument of type 'size_t', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   86 |         printf("Size: %zu\n", pkg->size);
      |                       ~~^     ~~~~~~~~~
      |                         |        |
      |                         |        uint64_t {aka long long unsigned int}
      |                         unsigned int
      |                       %llu
../src/app_list.c:58:31: warning: unused variable 'd' [-Wunused-variable]
   58 |         struct apk_dependency d;

Remove unused variable and use PRIu64 to handle uint64_t type.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-10-14 17:15:07 +02:00
..
apk apk-tools: fix compilation warning from downstream full print patch 2025-10-14 17:15:07 +02:00
ca-certificates ca-certificates: Update to 20250419 2025-07-21 23:41:34 +02:00
fstools fstools: update to Git HEAD (2025-10-03) 2025-10-03 23:56:46 +02:00
fwtool fwtool: update to Git HEAD (2025-10-03) 2025-10-03 23:56:29 +02:00
gpio-cdev/nu801 nu801: Mark as nonshared to build in step 1 2024-11-04 21:20:37 +01:00
iucode-tool packages: refresh patches 2024-05-31 11:30:06 +02:00
mtd mtd: fix building with GCC 15.1 2025-06-08 12:20:15 +02:00
openwrt-keyring openwrt-keyring: apk: use just snapshot key explicitly 2024-11-25 12:20:59 +01:00
opkg build: remove broken dependency of metadata on toplevel .config variables 2024-11-11 19:53:43 +01:00
procd procd: update to Git HEAD (2025-10-04) 2025-10-04 00:08:50 +02:00
refpolicy packages: refresh patches 2024-05-31 11:30:06 +02:00
rpcd rpcd: update to Git HEAD (2025-10-03) 2025-10-03 23:55:57 +02:00
selinux-policy selinux-policy: update version to v2.8.2 2025-07-26 18:22:30 +02:00
ubox ubox: update to Git HEAD (2025-10-03) 2025-10-03 23:55:41 +02:00
ubus ubus: update to Git HEAD (2025-10-04) 2025-10-04 12:12:52 +02:00
ucert ucert: update to Git HEAD (2025-10-03) 2025-10-03 23:55:09 +02:00
uci uci: update to Git HEAD (2025-10-05) 2025-10-05 14:34:57 +02:00
urandom-seed treewide: disable QUILT refresh for unsupported packages 2023-10-20 16:13:13 +02:00
urngd urngd: update to Git HEAD (2025-10-03) 2025-10-03 23:54:41 +02:00
usign usign: update to Git HEAD (2025-10-03) 2025-10-03 23:54:34 +02:00
zram-swap treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00