Re: [dpdk-dev] [PATCH] net/failsafe: fix compilation issues on GCC 4.8.5

2017-07-19 Thread Ferruh Yigit
On 7/19/2017 2:18 PM, Gaetan Rivet wrote: > Reintroduce the -pedantic flag to highlight those mistakes. > > Fixes: 57a089a5020f ("net/failsafe: add fail-safe PMD") > > Signed-off-by: Gaetan Rivet Squashed into relevant commit in next-net, thanks.

[dpdk-dev] [PATCH] net/failsafe: fix compilation issues on GCC 4.8.5

2017-07-19 Thread Gaetan Rivet
Reintroduce the -pedantic flag to highlight those mistakes. Fixes: 57a089a5020f ("net/failsafe: add fail-safe PMD") Signed-off-by: Gaetan Rivet --- drivers/net/failsafe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/failsafe/Makefile b/drivers/net/failsafe/Makefile