From 4d5724b6d71f5251f8945056f278b3142f66f1b2 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 31 Jan 2023 09:00:00 +0100 Subject: Update fmtlib to version 9.1.0 Co-authored-by: Michael Thies --- src/buildtool/common/cli.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buildtool/common/cli.hpp') diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp index 7c2cd65c..feb58a6d 100644 --- a/src/buildtool/common/cli.hpp +++ b/src/buildtool/common/cli.hpp @@ -176,9 +176,9 @@ static inline auto SetupLogArguments( }, fmt::format("Log limit (higher is more verbose) in interval [{},{}] " "(Default: {}).", - kFirstLogLevel, - kLastLogLevel, - kDefaultLogLevel)) + static_cast(kFirstLogLevel), + static_cast(kLastLogLevel), + static_cast(kDefaultLogLevel))) ->type_name("NUM"); app->add_flag("--plain-log", clargs->plain_log, -- cgit v1.2.3