Hay
Date
Feb. 5, 2025, 2:09 p.m.

Environment
arm

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
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  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
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