From a8b059e644506ddd25a539b8212167b9f804da2c Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Fri, 25 Jun 2021 10:06:35 +0100 Subject: [PATCH] Silence some more compiler warnings in third party headers --- examples/Plugins/ReaperEmbeddedViewPluginDemo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Plugins/ReaperEmbeddedViewPluginDemo.h b/examples/Plugins/ReaperEmbeddedViewPluginDemo.h index 30521798c0..f83469aa45 100644 --- a/examples/Plugins/ReaperEmbeddedViewPluginDemo.h +++ b/examples/Plugins/ReaperEmbeddedViewPluginDemo.h @@ -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;