Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.10.0
Description
The following warning is reported by MinGW when we build Arrow GLib with Arrow C++:
../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; }
^~~~~~
Attachments
Issue Links
- links to