Skip to content

Commit a35c8a9

Browse files
committed
ReaperEmbeddedView: Fix a compiler warning
1 parent 0e43b31 commit a35c8a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Plugins/ReaperEmbeddedViewPluginDemo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
#pragma once
6868

6969
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wshadow-field-in-constructor",
70-
"-Wnon-virtual-dtor")
70+
"-Wnon-virtual-dtor",
71+
"-Wpragma-pack")
7172

7273
#include <pluginterfaces/base/ftypes.h>
7374
#include <pluginterfaces/base/funknown.h>

0 commit comments

Comments
 (0)