mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +08:00
uri: fallthrough
Change-Id: I7713852196ab8823149014fdfcf970b4c0290109
This commit is contained in:
committed by
Adrien Béraud
parent
2226d30123
commit
c6a474aa96
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user