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
In file included from timens.c:16:
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:159:61: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  159 |                         printf("ERROR: out of range value %ld actually set!\n",
      |                                                           ~~^
      |                                                             |
      |                                                             long int
      |                                                           %lld
  160 |                                         tx.freq);
      |                                         ~~~~~~~              
      |                                           |
      |                                           long long 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 timens.c:16:
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:139:55: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  139 |                         printf("Warning: freq value %ld not what we set it (%ld)!\n",
      |                                                     ~~^
      |                                                       |
      |                                                       long int
      |                                                     %lld
  140 |                                         tx.freq, valid_freq[i]);
      |                                         ~~~~~~~        
      |                                           |
      |                                           long long 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 timens.c:16:
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:159:61: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  159 |                         printf("ERROR: out of range value %ld actually set!\n",
      |                                                           ~~^
      |                                                             |
      |                                                             long int
      |                                                           %lld
  160 |                                         tx.freq);
      |                                         ~~~~~~~              
      |                                           |
      |                                           long long 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 timens.c:16:
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:139:55: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  139 |                         printf("Warning: freq value %ld not what we set it (%ld)!\n",
      |                                                     ~~^
      |                                                       |
      |                                                       long int
      |                                                     %lld
  140 |                                         tx.freq, valid_freq[i]);
      |                                         ~~~~~~~        
      |                                           |
      |                                           long long int