mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 09:36:03 +00:00
Merge "Fix implicit-fallthrough warnings."
am: 1ea726b6d7
Change-Id: I8c7c8605b70e74374ae010b2c7e46197641b1800
This commit is contained in:
@@ -215,7 +215,7 @@ bool isValid(const ProgramIdentifier& id) {
|
||||
break;
|
||||
case IdentifierType::DAB_FREQUENCY:
|
||||
expect(val > 100000u, "f > 100MHz");
|
||||
// fallthrough
|
||||
[[fallthrough]];
|
||||
case IdentifierType::AMFM_FREQUENCY:
|
||||
case IdentifierType::DRMO_FREQUENCY:
|
||||
expect(val > 100u, "f > 100kHz");
|
||||
|
||||
Reference in New Issue
Block a user