Re: [Xen-devel] [PATCH -next] xen/pvcalls: remove set but not used variable 'bedata'

2018-12-02 Thread Juergen Gross
On 01/12/2018 03:10, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/xen/pvcalls-front.c: In function 'pvcalls_front_sendmsg': > drivers/xen/pvcalls-front.c:506:25: warning: > variable 'bedata' set but not used [-Wunused-but-set-variable] > >

[Xen-devel] [PATCH -next] xen/pvcalls: remove set but not used variable 'bedata'

2018-11-30 Thread YueHaibing
Fixes gcc '-Wunused-but-set-variable' warning: drivers/xen/pvcalls-front.c: In function 'pvcalls_front_sendmsg': drivers/xen/pvcalls-front.c:506:25: warning: variable 'bedata' set but not used [-Wunused-but-set-variable] drivers/xen/pvcalls-front.c: In function 'pvcalls_front_recvmsg':