Re: [PATCH net-next 9/9] ipv6: remove unused variables in esp6

2017-05-22 Thread Steffen Klassert
On Fri, May 19, 2017 at 09:55:56AM -0700, Stephen Hemminger wrote: > Resolves warnings: > net/ipv6/esp6.c: In function ‘esp_ssg_unref’: > net/ipv6/esp6.c:121:10: warning: variable ‘seqhi’ set but not used > [-Wunused-but-set-variable] > net/ipv6/esp6.c: In function ‘esp6_output_head’: >

Re: [PATCH net-next 9/9] ipv6: remove unused variables in esp6

2017-05-21 Thread David Miller
From: Stephen Hemminger Date: Fri, 19 May 2017 09:55:56 -0700 > Resolves warnings: > net/ipv6/esp6.c: In function ‘esp_ssg_unref’: > net/ipv6/esp6.c:121:10: warning: variable ‘seqhi’ set but not used > [-Wunused-but-set-variable] > net/ipv6/esp6.c: In function

[PATCH net-next 9/9] ipv6: remove unused variables in esp6

2017-05-19 Thread Stephen Hemminger
Resolves warnings: net/ipv6/esp6.c: In function ‘esp_ssg_unref’: net/ipv6/esp6.c:121:10: warning: variable ‘seqhi’ set but not used [-Wunused-but-set-variable] net/ipv6/esp6.c: In function ‘esp6_output_head’: net/ipv6/esp6.c:227:21: warning: variable ‘esph’ set but not used