Commit 4b84fd0e authored by Dominik Charousset's avatar Dominik Charousset

Fix implicit-fallthrough warning

parent 04798607
......@@ -95,7 +95,7 @@ void uri_impl::add_encoded(string_view x, bool is_path) {
str += ch;
break;
}
// fall through
CAF_ANNOTATE_FALLTHROUGH;
case ' ':
case ':':
case '?':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment