Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2180

Integer types issues in Cocoa lib on ARM64

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.1
    • 0.9.3
    • Cocoa - Library
    • 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

          Activity

            People

              Unassigned Unassigned
              sebm Sébastien martini
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: