• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode system compilation warnings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode system compilation warnings


  • Subject: Xcode system compilation warnings
  • From: Carl Hoefs <email@hidden>
  • Date: Mon, 20 Apr 2015 16:44:35 -0700
  • Importance: Normal

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      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Prev by Date: Use Xcode v5.11 to debug non xcode projects
  • Next by Date: 34 build errors magically just appeared and then Xcode 6.2 crashed.
  • Previous by thread: RE: Use Xcode v5.11 to debug non xcode projects
  • Next by thread: 34 build errors magically just appeared and then Xcode 6.2 crashed.
  • Index(es):
    • Date
    • Thread