I code therefore I am.

February 16, 2012 at 3:48pm
0 notes
Comments (View)
home

Tags:
objective-c  

Supressing Xcode static analyzer warnings

#ifndef __clang_analyzer__

// Code not to be analyzed

#endif

(Source: stackoverflow.com)

blog comments powered by Disqus