Re: [dpdk-dev] [PATCH v2 2/2] net/avf: fix missing compiler error flags

2018-09-18 Thread Ferruh Yigit
On 9/18/2018 2:17 PM, Bruce Richardson wrote: > The AVF driver was missing $(WERROR_FLAGS) in it's cflags, which means > that a number of compilation errors were getting missed. This patch adds > in the flag and fixes most of the errors, just disabling the > strict-aliasing ones. > > Fixes: 22b123

[dpdk-dev] [PATCH v2 2/2] net/avf: fix missing compiler error flags

2018-09-18 Thread Bruce Richardson
The AVF driver was missing $(WERROR_FLAGS) in it's cflags, which means that a number of compilation errors were getting missed. This patch adds in the flag and fixes most of the errors, just disabling the strict-aliasing ones. Fixes: 22b123a36d07 ("net/avf: initialize PMD") Fixes: 69dd4c3d0898 ("n