diff --git a/fmt/format.h b/fmt/format.h index e190d2e3..58d297b6 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3225,7 +3225,7 @@ struct width_handler { template typename std::enable_if::value, unsigned long long>::type - operator()(T value) { + operator()(T) { FMT_THROW(format_error("width is not integer")); return 0; }