1
0
Fork 0
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:
Tom Poole 2022-04-26 11:38:19 +01:00
parent b6a3020dc6
commit a77936ecda

View file

@ -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",