[dpdk-dev] [PATCH v2 0/7] Various fixes to compile with gcc6

2016-04-01 Thread Panu Matilainen
On 03/31/2016 06:02 PM, Thomas Monjalon wrote: > 2016-03-22 17:37, Aaron Conole: >> This series brings a number of code cleanups to allow building using gcc6, >> with various legitimate warnings being fixed. >> >> Some of these fixes are to the drivers area, making this series a bit >> atypical. Ho

[dpdk-dev] [PATCH v2 0/7] Various fixes to compile with gcc6

2016-03-31 Thread Thomas Monjalon
2016-03-22 17:37, Aaron Conole: > This series brings a number of code cleanups to allow building using gcc6, > with various legitimate warnings being fixed. > > Some of these fixes are to the drivers area, making this series a bit > atypical. However, the fixes identified in patches 2 and 3 are ac

[dpdk-dev] [PATCH v2 0/7] Various fixes to compile with gcc6

2016-03-22 Thread Aaron Conole
This series brings a number of code cleanups to allow building using gcc6, with various legitimate warnings being fixed. Some of these fixes are to the drivers area, making this series a bit atypical. However, the fixes identified in patches 2 and 3 are actual bugs and should be fixed. The first