[
https://issues.apache.org/jira/browse/THRIFT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342160#comment-14342160
]
Hudson commented on THRIFT-2180:
--------------------------------
SUCCESS: Integrated in Thrift #1467 (See
[https://builds.apache.org/job/Thrift/1467/])
THRIFT-2180 Integer types issues in Cocoa lib on ARM64 (roger: rev
6b61601cc1c3ef5142ac000fcfc98634970d5d12)
* lib/cocoa/src/transport/TFramedTransport.m
* lib/cocoa/src/protocol/TBinaryProtocol.m
* lib/cocoa/src/transport/TTransport.h
* lib/cocoa/src/server/TSocketServer.m
* lib/cocoa/src/transport/TSSLSocketClient.m
* lib/cocoa/src/transport/THTTPClient.h
* lib/cocoa/src/transport/TMemoryBuffer.m
* lib/cocoa/src/transport/TSocketClient.h
* lib/cocoa/src/transport/TSocketClient.m
* lib/cocoa/src/transport/THTTPClient.m
* lib/cocoa/src/transport/TNSFileHandleTransport.m
* lib/cocoa/src/transport/TNSStreamTransport.m
> Integer types issues in Cocoa lib on ARM64
> ------------------------------------------
>
> Key: THRIFT-2180
> URL: https://issues.apache.org/jira/browse/THRIFT-2180
> Project: Thrift
> Issue Type: Bug
> Components: Cocoa - Library
> Affects Versions: 0.9.1
> Environment: ARM64, iOS, xcode5
> Reporter: Sébastien martini
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)