On 12/07/17 10:59, Declan Doherty wrote:
On 10/07/2017 8:20 AM, Herbert Guan wrote:
...
Hey Herbert,
I'm seeing compilation warnings for unused variables when I apply this
patch, otherwise these changes look good.
CC test_link_bonding.o
/home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:2407:9:
error: unused variable 'j'
[-Werror,-Wunused-variable]
int i, j, burst_size, slave_count, primary_port;
^
/home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:3301:9:
error: unused variable 'j'
[-Werror,-Wunused-variable]
int i, j, burst_size, slave_count;
^
/home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:3860:9:
error: unused variable 'j'
[-Werror,-Wunused-variable]
int i, j, burst_size, slave_count;
^
/home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:4372:9:
error: unused variable 'j'
[-Werror,-Wunused-variable]
int i, j, burst_size, slave_count, primary_port;
Apologies, my outlook mail filter missed your v2 patch, so you can
ignore this.