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)
Sat, Feb 8, 6:43 AM
Unknown Object (File)
Jan 17 2025, 7:38 PM
Unknown Object (File)
Jan 12 2025, 12:57 PM
Unknown Object (File)
Nov 29 2024, 8:11 PM
Unknown Object (File)
Nov 1 2024, 12:07 AM
Unknown Object (File)
Oct 28 2024, 9:08 PM
Unknown Object (File)
Sep 19 2024, 2:43 AM
Unknown Object (File)
Sep 17 2024, 2:25 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 15509
Build 15550: arc lint + arc unit