Hay
Date
Jan. 30, 2025, 2:38 p.m.

Environment
powerpc

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'CC=sccache powerpc64le-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/fs/xfs/libxfs/xfs_inode_fork.c:14:
/builds/linux/arch/powerpc/boot/ps3.c: In function 'platform_init':
/builds/linux/arch/powerpc/boot/ps3.c:130:25: warning: comparison between two arrays [-Warray-compare]
  130 |         if (_initrd_end > _initrd_start) {
      |                         ^
/builds/linux/arch/powerpc/boot/ps3.c:130:25: note: use '&_initrd_end[0] > &_initrd_start[0]' to compare the addresses

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'CC=sccache powerpc64le-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/fs/xfs/libxfs/xfs_inode_fork.c:14:
/builds/linux/arch/powerpc/boot/ps3.c: In function 'platform_init':
/builds/linux/arch/powerpc/boot/ps3.c:130:25: warning: comparison between two arrays [-Warray-compare]
  130 |         if (_initrd_end > _initrd_start) {
      |                         ^
/builds/linux/arch/powerpc/boot/ps3.c:130:25: note: use '&_initrd_end[0] > &_initrd_start[0]' to compare the addresses