Skip to content
Snippets Groups Projects
Commit c6a474aa authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

uri: fallthrough

Change-Id: I7713852196ab8823149014fdfcf970b4c0290109
parent 2226d301
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ URIPimpl::checkIp(const QString& str, bool& isHash, const URI::SchemeType& schem ...@@ -297,7 +297,7 @@ URIPimpl::checkIp(const QString& str, bool& isHash, const URI::SchemeType& schem
isHash = false; isHash = false;
sc++; sc++;
// No break // No break
[[clang::fallthrough]]; [[fallthrough]];
case 'A': case 'A':
case 'B': case 'B':
case 'C': case 'C':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment