diff --git a/fmt/format.h b/fmt/format.h index 1be263e5..d4f8093b 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3253,7 +3253,7 @@ struct precision_handler { template typename std::enable_if::value, unsigned long long>::type - operator()(T value) { + operator()(T) { FMT_THROW(format_error("precision is not integer")); return 0; }