Xcode 6.3, OS X 10.10.3

In CoreImage.framework - CIFilterGenerator.h, line 36

    struct CIFilterGeneratorStruct *__strong _filterGeneratorStruct;

warning: '__strong' only applies to Objective-C object or block pointer
types; type here is 'struct CIFilterGeneratorStruct *'


In CoreImage.framework - CIImageAccumulator.h, line 13

    __strong void *_state;

warning: '__strong' only applies to Objective-C object or block pointer
types; type here is 'void *'

Is there a way to suppress these warnings (and not all others)?
-Carl


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to