You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "hurricanelee (Jira)" <ji...@apache.org> on 2020/05/16 17:17:00 UTC

[jira] [Created] (ARROW-8825) arrow cpp edition cannot compiled pass with Wunused-parameter flag.

hurricanelee created ARROW-8825:
-----------------------------------

             Summary: arrow cpp edition cannot compiled pass with Wunused-parameter flag.
                 Key: ARROW-8825
                 URL: https://issues.apache.org/jira/browse/ARROW-8825
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.17.0
         Environment: mac os x/ linux
            Reporter: hurricanelee
             Fix For: 0.17.0


arrow's header: array.h has a function value_length(int64_t i) ...

the i is unused parameter, if i compile it with -Werror / -Wunused-parameter flag, it will get a failure.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)