.../JSONKit/JSONKit.m:2600:77: warning: bitmasking for introspection of Objective-C object pointers is strongly discouraged [-Wdeprecated-objc-pointer-introspection]
BOOL workAroundMacOSXABIBreakingBug = (JK_EXPECT_F(((NSUInteger)object) & 0x1)) ? YES : NO;
~~~~~~~~~~~~~~~~~~~~ ^
.../JSONKit/JSONKit.m:199:53: note: expanded from macro 'JK_EXPECT_F'
define JK_EXPECT_F(cond) JK_EXPECTED(cond, 0U)
.../JSONKit/JSONKit.m:197:65: note: expanded from macro 'JK_EXPECTED'
define JK_EXPECTED(cond, expect) __builtin_expect((long)(cond), (expect))