Repro: ``` #include "fmt/chrono.h" int main() { using namespace std::literals::chrono_literals; auto args = fmt::make_format_args(5s); } ``` The warning was introduced in this PR: https://github.com/fmtlib/fmt/pull/2971
Repro:
The warning was introduced in this PR: #2971