diff --git a/fmt/format.h b/fmt/format.h index 649d39ee..761baa33 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -2099,7 +2099,6 @@ void ArgMap::init(const ArgList &args) { /*nothing*/; } } - return; } for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) { internal::Arg::Type arg_type = args.type(i);