Auwrapper override warnings on build

when building auwrapper (v1) i’m getting these warnings on the command line:

/vst3sdk/public.sdk/source/vst/auwrapper/auwrapper.h:193:7: warning: 
      'CanScheduleParameters' overrides a member function but is not marked
      'override' [-Winconsistent-missing-override]
        bool CanScheduleParameters() const; // Not in the base class any...

Can this safely be ignored?

yes, you can ignore it , we will adapt the sdk in a future update.

1 Like

Ok! Thanks!

Be sure that you are using the last CoreAudioSDK from Apple, They have changed this function (removed from AUBase).

I downloaded it here:

Its v.1.1 from July 2014. Still getting those warnings.