mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Fix warnings on clang
This commit is contained in:
parent
26c151c5e4
commit
a92c179a6d
2
format.h
2
format.h
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user