HomeFreeBSD

MFC r335034:

Description

MFC r335034:

Fix build of liquidio with base gcc on i386

Some casts from pointers to uint64_t and back in lio_main.c cause base
gcc on i386 to warn "cast from pointer to integer of different size",
and vice versa. Add additional casts to uintptr_t to suppress these.

Reviewed by: sbruno
Differential Revision: https://reviews.freebsd.org/D15754

Details

Provenance
dimAuthored on
Reviewer
sbruno
Differential Revision
D15754: Fix build of liquidio with base gcc on i386
Parents
rS335292: MFC r334947:
Branches
Unknown
Tags
Unknown