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.