From 5caf13a562e6fe17c3f35afb5724e61519196f5d Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 23 Feb 2019 12:25:00 -0500 Subject: [PATCH] Remove unused parameter --- include/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/format b/include/format index 106b56fd..1ee6b838 100644 --- a/include/format +++ b/include/format @@ -570,7 +570,7 @@ struct format_handler : fmt::internal::error_handler { parse_ctx.check_arg_id(id); arg = context.arg(id); } - void on_arg_id(fmt::basic_string_view id) {} + void on_arg_id(fmt::basic_string_view) {} void on_replacement_field(const Char* p) { parse_ctx.advance_to(p);