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