[
https://issues.apache.org/jira/browse/ARROW-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-3287:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/19626
> [C++] "redeclared without dllimport attribute after being referenced with dll
> linkage" with MinGW
> -------------------------------------------------------------------------------------------------
>
> Key: ARROW-3287
> URL: https://issues.apache.org/jira/browse/ARROW-3287
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Affects Versions: 0.10.0
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The following warning is reported by MinGW when we build Arrow GLib with
> Arrow C++:
> {code}
> ../apache-arrow-0.11.0/c_glib/../cpp/src/arrow/status.h:265:8: warning:
> 'arrow::Status::Status(arrow::Status&&)' redeclared without dllimport
> attribute after being referenced with dll linkage
> inline Status::Status(Status&& s) noexcept : state_(s.state_) \{ s.state_ =
> NULL; }
> ^~~~~~
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)