Hay
Date
June 5, 2025, 7:08 a.m.

Environment
arm

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from scm_rights.c:13:
pm_nl_ctl.c: In function 'nl_error':
pm_nl_ctl.c:70:71: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Wformat=]
   70 |                 error(1, 0, "netlink error message truncated %d min %ld", len,
      |                                                                     ~~^
      |                                                                       |
      |                                                                       long int
      |                                                                     %d
   71 |                       sizeof(struct nlmsgerr));
      |                       ~~~~~~~~~~~~~~~~~~~~~~~                          
      |                       |
      |                       unsigned int


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from scm_rights.c:13:
pm_nl_ctl.c: In function 'nl_error':
pm_nl_ctl.c:70:71: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Wformat=]
   70 |                 error(1, 0, "netlink error message truncated %d min %ld", len,
      |                                                                     ~~^
      |                                                                       |
      |                                                                       long int
      |                                                                     %d
   71 |                       sizeof(struct nlmsgerr));
      |                       ~~~~~~~~~~~~~~~~~~~~~~~                          
      |                       |
      |                       unsigned int