mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +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*/;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) {
|
||||
internal::Arg::Type arg_type = args.type(i);
|
||||
|
Reference in New Issue
Block a user