You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2018/09/21 18:00:00 UTC

[jira] [Created] (ARROW-3287) [C++] "redeclared without dllimport attribute after being referenced with dll linkage" with MinGW

Kouhei Sutou created ARROW-3287:
-----------------------------------

             Summary: [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


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
(v7.6.3#76005)