From c3f0391efdd978693a3c8ea5c1e4b7dcc6a8e17a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 30 Jan 2026 18:11:48 -0800 Subject: [PATCH] Remove old diagnostic suppression --- include/fmt/base.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/base.h b/include/fmt/base.h index d4a8a4df..e446739f 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2303,7 +2303,6 @@ template struct native_formatter { specs_.set_type(set ? presentation_type::debug : presentation_type::none); } - FMT_PRAGMA_CLANG(diagnostic ignored "-Wundefined-inline") template FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const -> decltype(ctx.out());