1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Suppress ARA warning emitted by clang-cl 19.1.1

This commit is contained in:
attila 2025-02-27 14:25:19 +01:00
parent 8201c7d3b2
commit 93b02effee

View file

@ -43,7 +43,8 @@
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wunused-parameter",
"-Wgnu-zero-variadic-macro-arguments",
"-Wmissing-prototypes",
"-Wfloat-equal")
"-Wfloat-equal",
"-Wc++20-extensions")
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100)
#include <ARA_Library/PlugIn/ARAPlug.cpp>