Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
4487
Description
Testing ppc64 build node I found this issue:
echo_client.c: In function 'echo_md_build_name':
echo_client.c:1415: error: format '%llu' expects type 'long long unsigned int', but argument 3 has type '__u64'
This is due to direct usage of %llu instead of %LPU64
Similar issue in lfs.c:
lfs.c: In function 'lfs_data_version':
lfs.c:2788: error: format '%llu' expects type 'long long unsigned int', but argument 2 has type '__u64'