mirror of
https://github.com/gabime/spdlog.git
synced 2026-01-02 01:47:54 +08:00
Remove warning 4834 suppression
This commit is contained in:
@@ -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 <spdlog/fmt/bundled/format-inl.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
FMT_BEGIN_NAMESPACE
|
||||
|
||||
#if FMT_USE_LOCALE
|
||||
|
||||
Reference in New Issue
Block a user