Skip to content

Commit

Permalink
chowdsp_logging: silence warning MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed May 22, 2024
1 parent 920cf87 commit 7524678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/common/chowdsp_logging/chowdsp_logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7524678

Please sign in to comment.