[dpdk-dev] [PATCH 2/2] fix building with clang-3.8.0 compiler

2016-06-26 Thread Wiles, Keith
On 6/26/16, 10:32 AM, "dev on behalf of Keith Wiles" wrote: >Latest clang compiler 3.8.0 on latest update of Ubuntu >creates a few more warnings on -Warray-bounds and extra >() around 'if' expressions. > >Signed-off-by: Keith Wiles >--- > app/test-pmd/Makefile| 3 +++ > app/test/M

[dpdk-dev] [PATCH 2/2] fix building with clang-3.8.0 compiler

2016-06-26 Thread Keith Wiles
Latest clang compiler 3.8.0 on latest update of Ubuntu creates a few more warnings on -Warray-bounds and extra () around 'if' expressions. Signed-off-by: Keith Wiles --- app/test-pmd/Makefile| 3 +++ app/test/Makefile| 3 +++ drivers/net/bonding/Makefile