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:
parent
8201c7d3b2
commit
93b02effee
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue