mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-23 17:05:28 +02:00
uri: fallthrough
Change-Id: I7713852196ab8823149014fdfcf970b4c0290109
This commit is contained in:
parent
2226d30123
commit
c6a474aa96
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue