Re: [Qemu-devel] [PATCH v3] block/iscsi.c: Fix printf format error.

2013-07-31 Thread Stefan Weil
Am 31.07.2013 23:20, schrieb Richard W.M. Jones: > From: "Richard W.M. Jones" > > The error on armv7hl was: > > block/iscsi.c: In function ‘is_request_lun_aligned’: > block/iscsi.c:251:26: error: format ‘%ld’ expects argument of type ‘long > int’, but argument 3 has type ‘int64_t’ [-Werror=format

[Qemu-devel] [PATCH v3] block/iscsi.c: Fix printf format error.

2013-07-31 Thread Richard W.M. Jones
From: "Richard W.M. Jones" The error on armv7hl was: block/iscsi.c: In function ‘is_request_lun_aligned’: block/iscsi.c:251:26: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int64_t’ [-Werror=format=] iscsilun->block_size, sector_num