Is there a way to suppress warnings in Xcode?

Posted by kdbdallas on Stack Overflow See other posts from Stack Overflow or by kdbdallas
Published on 2008-10-11T21:21:29Z Indexed on 2010/06/13 7:32 UTC
Read the original article Hit count: 173

Filed under:
|
|

Is there a way to suppress warnings in Xcode?

For example I am calling an undocumented method and since the method is not in the header I get a warning on compile. I know I can add it to my header to stop the warning, but I am wondering if there is a way other then adding it to the header (so I can keep the headers clean and standard) to suppress the warning? A pragma or something?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa