On 29/04/16 18:25, Wei Liu wrote: > When cross-compiling xen on a 32 bit build host: > > boot/mkelf32.c: In function 'main': > boot/mkelf32.c:360:21: error: format '%ld' expects argument of type 'long > int', but argument 3 has type 'Elf64_Off' [-Werror=format] > cc1: all warnings being treated as errors > > Fix that by using PRId64 in format string. > > Signed-off-by: Wei Liu <[email protected]>
Reviewed-by: Andrew Cooper <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
