[
https://issues.apache.org/jira/browse/ARROW-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16912510#comment-16912510
]
Wes McKinney commented on ARROW-2317:
-------------------------------------
This seems like an easy patch, [~wiking] can you submit a PR?
> [Python] fix C linkage warning
> ------------------------------
>
> Key: ARROW-2317
> URL: https://issues.apache.org/jira/browse/ARROW-2317
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Viktor Gal
> Priority: Minor
> Fix For: 0.15.0
>
>
> When using pyarrow interface from a c++ library one will get the following
> compiler warning:
> {quote}{{warning: 'unwrap_table' has C-linkage specified, but returns
> user-defined type 'arrow::Status' which is incompatible with C
> [-Wreturn-type-c-linkage]}}
> {{ARROW_EXPORT Status unwrap_table(PyObject* table, std::shared_ptr<Table>*
> out);}}
> {quote}
> This is due to a Cython artifact.
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)