Browse Source

Silence some more compiler warnings in third party headers

v6.1.6
Tom Poole 3 years ago
parent
commit
a8b059e644
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      examples/Plugins/ReaperEmbeddedViewPluginDemo.h

+ 2
- 1
examples/Plugins/ReaperEmbeddedViewPluginDemo.h View File

@@ -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…
Cancel
Save