Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
0.9.2
-
None
Description
Compiling the library yields many warnings like this:
In file included from thrift/lib/cocoa/src/protocol/TBinaryProtocol.m:20: thrift/lib/cocoa/src/protocol/TBinaryProtocol.h:26:19: warning: declaration of instance variables in the interface is deprecated [-Wobjc-interface-ivars] id <TTransport> mTransport; ^
Shifting the interface declarations to the @implementation block should fix this.
Compatibility impact:
- None on iOS.
- Restricts OS X to modern runtime only, AKA only 64-bit targets.