diff --git a/cppformat/format.cc b/cppformat/format.cc index 995e5727..4fc7220b 100644 --- a/cppformat/format.cc +++ b/cppformat/format.cc @@ -676,6 +676,7 @@ FMT_FUNC Arg fmt::internal::FormatterBase::do_get_arg( break; case Arg::NAMED_ARG: arg = *static_cast(arg.pointer); + break; default: /*nothing*/; }