K 10 svn:author V 3 dim K 8 svn:date V 27 2018-06-17T17:38:24.125277Z K 7 svn:log V 349 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 END