HomeFreeBSD

e1000g: this statement may fall through

Description

e1000g: this statement may fall through

The gcc 7 does check for switch statement fall through cases, and if legit,
such complaint can besilenced by /* FALLTHROUGH */ comment. Unfortunately
such comment is quite limited, but will still notify the reader.

This patch is backport from illumos, see
https://www.illumos.org/rb/r/941/

Reviewed by: eadler
Differential Revision: https://reviews.freebsd.org/D14663

Details

Provenance
tsoomeAuthored on
Reviewer
eadler
Differential Revision
D14663: e1000g: this statement may fall through
Parents
rS330802: Print fuses and fna fields in identify data.
Branches
Unknown
Tags
Unknown