Re: [Qemu-devel] [PATCH] iscsi: Fix compile error

2014-05-20 Thread Alexey Kardashevskiy
On 05/21/2014 01:49 PM, Alexey Kardashevskiy wrote: > This fixes compile error when LIBISCSI_FEATURE_IOVECTOR is not defined: > > block/iscsi.c|384 col 13| error: 'iscsi_allocationmap_is_allocated' defined > but not used [-Werror=unused-function] Oops, never mind. Fix is already on its way.

[Qemu-devel] [PATCH] iscsi: Fix compile error

2014-05-20 Thread Alexey Kardashevskiy
This fixes compile error when LIBISCSI_FEATURE_IOVECTOR is not defined: block/iscsi.c|384 col 13| error: 'iscsi_allocationmap_is_allocated' defined but not used [-Werror=unused-function] Signed-off-by: Alexey Kardashevskiy --- block/iscsi.c | 4 +--- 1 file changed, 1 insertion(+), 3 delet