Warnings about [[fallthrough]]
This commit is contained in:
parent
401e4e6601
commit
51be7a68ba
1 changed files with 2 additions and 2 deletions
|
|
@ -229,8 +229,8 @@ absl::optional<FilterType> Filter::typeFromName(absl::string_view name)
|
|||
case hash("pink"): ftype = kFilterPink; break;
|
||||
case hash("lsh"): ftype = kFilterLsh; break;
|
||||
case hash("hsh"): ftype = kFilterHsh; break;
|
||||
case hash("bpk_2p"): [[fallthrough]];
|
||||
case hash("pkf_2p"): [[fallthrough]];
|
||||
case hash("bpk_2p"): //fallthrough
|
||||
case hash("pkf_2p"): //fallthrough
|
||||
case hash("peq"): ftype = kFilterPeq; break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue