mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3: Add missing warning for clang 15 on Windows
This commit is contained in:
parent
755e25cb5b
commit
8d4b3774b2
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-copy-dtor",
|
|||
"-Wtype-limits",
|
||||
"-Wcpp",
|
||||
"-W#warnings",
|
||||
"-Wmaybe-uninitialized")
|
||||
"-Wmaybe-uninitialized",
|
||||
"-Wunused-but-set-variable")
|
||||
|
||||
#undef DEVELOPMENT
|
||||
#define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue