K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-01-19T20:45:41.191555Z K 7 svn:log V 389 ixgbe: this statement may fall through warnings with gcc The recent gcc versions (7 and 8 at least) can check for switch case statements for fall through (implicit-fallthrough). When fall through is intentional, the default method for warning suppression is to place comment /* FALLTHROUGH */ exactly before next case statement. Differential Revision: https://reviews.freebsd.org/D18577 END