1
0
Fork 0
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:
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':