mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
VST3: Fix a compiler warning in the VST3 SDK
This commit is contained in:
parent
b6a3020dc6
commit
a77936ecda
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@
|
|||
// Wow, those Steinberg guys really don't worry too much about compiler warnings.
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_LEVEL_MSVC (0, 4505 4702 6011 6031 6221 6386 6387 6330 6001 28199)
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wnon-virtual-dtor",
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-copy-dtor",
|
||||
"-Wnon-virtual-dtor",
|
||||
"-Wreorder",
|
||||
"-Wunsequenced",
|
||||
"-Wint-to-pointer-cast",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue