diff --git a/modules/common/chowdsp_logging/chowdsp_logging.h b/modules/common/chowdsp_logging/chowdsp_logging.h index a7bb7296..9b8ae6d5 100644 --- a/modules/common/chowdsp_logging/chowdsp_logging.h +++ b/modules/common/chowdsp_logging/chowdsp_logging.h @@ -30,12 +30,14 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wswitch-enum", "-Wdeprecated-declarations", "-Wc++20-compat", "-Wlanguage-extension-token") +JUCE_BEGIN_IGNORE_WARNINGS_MSVC(4996) #include "third_party/spdlog/include/spdlog/spdlog.h" #include "third_party/spdlog/include/spdlog/sinks/stdout_color_sinks.h" #include "third_party/spdlog/include/spdlog/sinks/basic_file_sink.h" #include "third_party/spdlog/include/spdlog/sinks/msvc_sink.h" +JUCE_END_IGNORE_WARNINGS_MSVC JUCE_END_IGNORE_WARNINGS_GCC_LIKE #include "Loggers/chowdsp_BaseLogger.h"