Page MenuHomeFreeBSD

e1000g: this statement may fall through
ClosedPublic

Authored by tsoome on Mar 12 2018, 5:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 25, 9:19 PM
Unknown Object (File)
Sep 7 2025, 4:12 PM
Unknown Object (File)
Aug 19 2025, 2:48 PM
Unknown Object (File)
Jul 31 2025, 1:56 PM
Unknown Object (File)
Jul 26 2025, 8:12 PM
Unknown Object (File)
Jul 25 2025, 8:27 PM
Unknown Object (File)
Jul 13 2025, 3:23 PM
Unknown Object (File)
Jun 25 2025, 12:11 AM
Subscribers

Details

Summary

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/

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable