mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Silence some more compiler warnings in third party headers
This commit is contained in:
parent
d3b279d0e8
commit
a8b059e644
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
|||
namespace reaper
|
||||
{
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant",
|
||||
"-Wunused-parameter")
|
||||
"-Wunused-parameter",
|
||||
"-Wnon-virtual-dtor")
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100)
|
||||
|
||||
using namespace Steinberg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue