[ https://issues.apache.org/jira/browse/THRIFT-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Ballard updated THRIFT-973: --------------------------------- Attachment: thrift.patch Updated patch to fix a secondary error caused by the implicit cast of (const uint8_t *) to (void *). > Cocoa library won't compile using clang > --------------------------------------- > > Key: THRIFT-973 > URL: https://issues.apache.org/jira/browse/THRIFT-973 > Project: Thrift > Issue Type: Bug > Components: Cocoa - Library > Reporter: Kevin Ballard > Attachments: thrift.patch > > > The Cocoa library won't compile under Clang because TNSFileHandleTransport.m > and TNSStreamTransport.m don't fully conform to the TTransport protocol. > Specifically, they're missing the const modifier for the first argument of > the write:offset:length: method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.