Fix warnings on clang

This commit is contained in:
Victor Zverovich 2015-02-09 07:37:26 -08:00
parent 26c151c5e4
commit a92c179a6d

View File

@ -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: