From 3f03542d2eb4952e3b279d9cad9098d370b7be57 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 30 Nov 2025 11:16:53 +0200 Subject: [PATCH] Remove warning 4834 suppression --- src/bundled_fmtlib_format.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/bundled_fmtlib_format.cpp b/src/bundled_fmtlib_format.cpp index 1abb97f1..8ec479cb 100644 --- a/src/bundled_fmtlib_format.cpp +++ b/src/bundled_fmtlib_format.cpp @@ -8,17 +8,8 @@ #if !defined(SPDLOG_FMT_EXTERNAL) && !defined(SPDLOG_USE_STD_FORMAT) -// Supress MSVC C4834 warning (caused by fmt::local_ref discarding is_alpha() retval). -#ifdef _MSC_VER -#pragma warning(push) -#pragma warning(disable : 4834) -#endif - #include -#ifdef _MSC_VER -#pragma warning(pop) -#endif FMT_BEGIN_NAMESPACE #if FMT_USE_LOCALE