Hay
Date
May 29, 2025, 7:10 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
rlimits-per-userns.c: In function 'setrlimit_nproc':
rlimits-per-userns.c:38:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   38 |         warnx("(pid=%d): Setting RLIMIT_NPROC=%ld", pid, n);
      |                                               ~~^        ~
      |                                                 |        |
      |                                                 long int rlim_t {aka long long unsigned int}
      |                                               %lld


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
rlimits-per-userns.c: In function 'setrlimit_nproc':
rlimits-per-userns.c:38:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   38 |         warnx("(pid=%d): Setting RLIMIT_NPROC=%ld", pid, n);
      |                                               ~~^        ~
      |                                                 |        |
      |                                                 long int rlim_t {aka long long unsigned int}
      |                                               %lld