mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
ReaperEmbeddedView: Fix a compiler warning
This commit is contained in:
parent
0e43b31e50
commit
a35c8a97d2
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@
|
|||
#pragma once
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wshadow-field-in-constructor",
|
||||
"-Wnon-virtual-dtor")
|
||||
"-Wnon-virtual-dtor",
|
||||
"-Wpragma-pack")
|
||||
|
||||
#include <pluginterfaces/base/ftypes.h>
|
||||
#include <pluginterfaces/base/funknown.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue