[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1081303: rocdbgapi: FTBFS on ppc64el



[Hector Oron]
> I have submitted a MR with the proposed fix:
> https://salsa.debian.org/rocm-team/rocdbgapi/-/merge_requests/1

As discussed on IRC, if the types are __u64, I suspect a better fix
than using casting, is to replace "%llu" with "%" PRIu64 in the format
string, to ensure the correct format code is used for a unsigned 64
bit value.

-- 
Happy hacking
Petter Reinholdtsen


Reply to: