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. However, the fixes identified in patches 2 and 3 are actual >> bugs and should be fixed. >> >> The first patch from the original series has been dropped. It is no >> longer needed, after commit 5ecdeba601d1 ("lpm: merge tbl24 and tbl8 >> structures"). >> >> >> Aaron Conole (7): >> app/test/test: Fix missing brackets >> drivers/net/e1000: Fix missing brackets >> drivers/net/e1000: Fix missing lsc interrupt check brackets >> drivers/net/ixgbe: Fix vlan filter missing brackets >> drivers/net/e1000/igb: Signed left shift operator >> drivers/net/ixgbe: Signed left shift operator >> drivers/net/ixgbe: Fix uninitialized warning > > Applied with v3 of patch 2, thanks >
...and so we finally have a warning-free build with gcc 6. Thanks, - Panu -