Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
-
ARM64, iOS, xcode5
Description
When compiling the Cocoa library (using the current master) for iOS on ARM64, xcode5 highlights several integer types warnings.
Several of these instances are originated from the issue that the [NSData length] method returns an NSUInteger which is an unsigned long on ARM64 and is often assigned to an int (int32) in the Cocoa lib.
Attachments
Issue Links
- relates to
-
THRIFT-3028 Regression caused by THRIFT-2180
- Closed