diff --git a/fmt/format.h b/fmt/format.h index 803d309a..e32bc175 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -1202,7 +1202,7 @@ inline fmt::StringRef thousands_sep(...) { return ""; } #define FMT_CONCAT(a, b) a##b -#if FMT_GCC_VERSION >= 407 +#if FMT_GCC_VERSION >= 303 # define FMT_UNUSED __attribute__((unused)) #else # define FMT_UNUSED