This fixes the following warning from MinGW:

    ../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; }
            ^~~~~~

[ Full content available at: https://github.com/apache/arrow/pull/2602 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to