mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-10 20:30:00 +08:00
Fix return that can't be reached
This commit is contained in:
parent
64440783ba
commit
5c0d7ee157
@ -2099,7 +2099,6 @@ void ArgMap<Char>::init(const ArgList &args) {
|
||||
/*nothing*/;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) {
|
||||
internal::Arg::Type arg_type = args.type(i);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user