Re: [PATCH] vhost/vsock: Remove unused but set variable

2016-12-14 Thread Michael S. Tsirkin
On Fri, Nov 11, 2016 at 02:26:31PM +0100, Tobias Klauser wrote: > Remove the unused but set variable vq in vhost_transport_send_pkt() to > fix the following GCC warning when building with 'W=1': > > drivers/vhost/vsock.c:198:26: warning: variable ‘vq’ set but not used > > Signed-off-by: Tobias

Re: [PATCH] vhost/vsock: Remove unused but set variable

2016-11-15 Thread Stefan Hajnoczi
On Fri, Nov 11, 2016 at 02:26:31PM +0100, Tobias Klauser wrote: > Remove the unused but set variable vq in vhost_transport_send_pkt() to > fix the following GCC warning when building with 'W=1': > > drivers/vhost/vsock.c:198:26: warning: variable ‘vq’ set but not used > > Signed-off-by: Tobias

[PATCH] vhost/vsock: Remove unused but set variable

2016-11-11 Thread Tobias Klauser
Remove the unused but set variable vq in vhost_transport_send_pkt() to fix the following GCC warning when building with 'W=1': drivers/vhost/vsock.c:198:26: warning: variable ‘vq’ set but not used Signed-off-by: Tobias Klauser --- drivers/vhost/vsock.c | 3 --- 1 file