uri: fallthrough

Change-Id: I7713852196ab8823149014fdfcf970b4c0290109
This commit is contained in:
Adrien Beraud
2024-12-18 14:37:10 -05:00
committed by Adrien Béraud
parent 2226d30123
commit c6a474aa96

View File

@@ -297,7 +297,7 @@ URIPimpl::checkIp(const QString& str, bool& isHash, const URI::SchemeType& schem
isHash = false;
sc++;
// No break
[[clang::fallthrough]];
[[fallthrough]];
case 'A':
case 'B':
case 'C':