On Wed, Nov 07, 2018 at 12:53:24PM +0000, Andrew Cooper wrote: > Clang reports: > > xen-cpuid.c:307:29: error: format specifies type 'unsigned long' but the > argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat] > > msrs[l].idx, msrs[l].val); > ^~~~~~~~~~~ > > Use PRIx64 instead. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Wei Liu <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
