On 05/03/2018 22:50, no-re...@patchew.org wrote: > CC hw/misc/applesmc.o > CC hw/misc/max111x.o > /tmp/qemu-test/src/hw/isa/isa-superio.c: In function 'isa_superio_realize': > /tmp/qemu-test/src/hw/isa/isa-superio.c:39:46: error: format '%ld' expects > argument of type 'long int', but argument 2 has type 'long long unsigned int' > [-Werror=format=] > warn_report("superio: ignoring %ld parallel controllers", > ~~^ > %lld > /tmp/qemu-test/src/hw/isa/isa-superio.c:77:46: error: format '%ld' expects > argument of type 'long int', but argument 2 has type 'long long unsigned int' > [-Werror=format=] > warn_report("superio: ignoring %ld serial controllers", > ~~^ > %lld
Easily fixed. :) Paolo