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)
Fri, Nov 1, 12:07 AM
Unknown Object (File)
Mon, Oct 28, 9:08 PM
Unknown Object (File)
Sep 19 2024, 2:43 AM
Unknown Object (File)
Sep 17 2024, 2:25 PM
Unknown Object (File)
Sep 7 2024, 10:12 PM
Unknown Object (File)
Sep 7 2024, 9:45 PM
Unknown Object (File)
Sep 7 2024, 2:25 PM
Unknown Object (File)
Sep 4 2024, 11:40 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 Not Applicable
Unit
Tests Not Applicable