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)
Feb 5 2024, 11:27 PM
Unknown Object (File)
Jan 15 2024, 12:37 AM
Unknown Object (File)
Dec 20 2023, 3:15 AM
Unknown Object (File)
Dec 16 2023, 12:16 PM
Unknown Object (File)
Nov 24 2023, 2:50 PM
Unknown Object (File)
Nov 5 2023, 6:30 AM
Unknown Object (File)
Jun 26 2023, 10:57 PM
Unknown Object (File)
Jun 15 2023, 6:54 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