Xcode 10.2.1 warnings

I’ve just updated to Xcode v10.2.1 which is the latest release version and I’m getting 27 warnings when building the Audio Plugin Host demo.

These are mostly things like:
Cast from 'Vst2::VstMidiEvent *' to 'Vst2::VstMidiSysexEvent *' increases required alignment from 4 to 8

and a handful of shadow warnings.

Are you setting any additional compiler flags? I’m not seeing any warnings…

My bad, due to some Git submodule confusion I was building from an older version of JUCE. No warnings on the tip.

Sorry for the noise… :man_facepalming: