1
0
Fork 0
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:
Tom Poole 2025-12-31 16:06:26 +00:00
parent 0e43b31e50
commit a35c8a97d2

View file

@ -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>