Neal Richardson created ARROW-8139:
--------------------------------------
Summary: [C++] FileSystem enum causes attributes warning
Key: ARROW-8139
URL: https://issues.apache.org/jira/browse/ARROW-8139
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Neal Richardson
Assignee: Neal Richardson
Fix For: 0.17.0
See e.g.
https://github.com/apache/arrow/runs/512427577?check_suite_focus=true#step:7:996
{code}
In file included from
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-0.16.0.9000/include/arrow/dataset/discovery.h:31:0,
from
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-0.16.0.9000/include/arrow/dataset/api.h:21,
from ./arrow_types.h:203,
from array_to_vector.cpp:18:
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-0.16.0.9000/include/arrow/filesystem/filesystem.h:65:1:
warning: type attributes ignored after type is already defined [-Wattributes]
{code}
This isn't new but I've been staring at the R Linux builds a lot and wanted to
clean this up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)