JUCE 8.0.12 / Linux / VST Embedded interface pragma pack warnings

It’s safe to ignore the warnings

On macOS the VST3 SDK explicitly ignores the warning

but doesn’t do the same on Linux, so clang on Linux hits the warning.

I’ll add the warning silence to our embedded VST demo project.