HomeFreeBSD

Fixed all printf format errors reported by gcc -Wformat on i386's:
rS49526Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Fixed all printf format errors reported by gcc -Wformat on i386's:

  • %q -> %ll.

Fixed nearby errors not reported by gcc -Wformat on i386's:

  • don't assume that the promotion of [u_]int64_t is [u_]quad_t.
  • don't use signed formats for unsigned args.

Details

Provenance
bdeAuthored on
Parents
rS49525: Fixed printf format errors (%qu -> %llu; the arg was already unsigned long
Branches
Unknown
Tags
Unknown

Event Timeline