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)