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 timens.c:16:
threadtest.c: In function 'main':
threadtest.c:165:59: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  165 |         printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime);
      |                                                         ~~^                           ~~~~~~~
      |                                                           |                           |
      |                                                           long int                    time_t {aka long long 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
In file included from timens.c:16:
threadtest.c: In function 'main':
threadtest.c:165:59: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  165 |         printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime);
      |                                                         ~~^                           ~~~~~~~
      |                                                           |                           |
      |                                                           long int                    time_t {aka long long int}
      |                                                         %lld