Antoine Pitrou created ARROW-5376: ------------------------------------- Summary: [C++] Compile failure on gcc 5.4.0 Key: ARROW-5376 URL: https://issues.apache.org/jira/browse/ARROW-5376 Project: Apache Arrow Issue Type: Bug Components: C++ Reporter: Antoine Pitrou
{code} In file included from ../src/arrow/filesystem/test-util.h:22:0, from ../src/arrow/filesystem/test-util.cc:26: ../src/arrow/filesystem/filesystem.h:58:1: error: type attributes ignored after type is already defined [-Werror=attributes] }; ^ {code} This is a bug in gcc 5.4.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43407 -- This message was sent by Atlassian JIRA (v7.6.3#76005)