Hay
Date
Jan. 30, 2025, 2:38 p.m.
Failure - log-parser-build-gcc - gcc-compiler-fs_xfs_libxfs_xfs_inode_fork_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-i_df-will-never-be-null
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
/builds/linux/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_ifork_verify_attr':
/builds/linux/fs/xfs/libxfs/xfs_inode_fork.c:735:13: warning: the comparison will always evaluate as 'true' for the address of 'i_df' will never be NULL [-Waddress]
  735 |         if (!XFS_IFORK_PTR(ip, XFS_ATTR_FORK))
      |             ^