diff --git a/src/sfizz/SfzFilter.cpp b/src/sfizz/SfzFilter.cpp index a172c68b..4746326e 100644 --- a/src/sfizz/SfzFilter.cpp +++ b/src/sfizz/SfzFilter.cpp @@ -229,8 +229,8 @@ absl::optional 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; }