Commit a92c179a authored by Victor Zverovich's avatar Victor Zverovich

Fix warnings on clang

parent 26c151c5
...@@ -882,7 +882,7 @@ class ArgVisitor { ...@@ -882,7 +882,7 @@ class ArgVisitor {
switch (arg.type) { switch (arg.type) {
default: default:
assert(false); assert(false);
FMT_FALLTHROUGH; return Result();
case Arg::INT: case Arg::INT:
return FMT_DISPATCH(visit_int(arg.int_value)); return FMT_DISPATCH(visit_int(arg.int_value));
case Arg::UINT: case Arg::UINT:
......
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