-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Describe the bug, including details regarding any error messages, version, and platform.
OS: Ubuntu 22.04
GCC: 11.4.0
GCC complains about redundant move when -Wall, -Wextra, and -Werror are enabled, on the following line for example. Does anybody have the same issue?
arrow/cpp/src/arrow/array/builder_base.h
Line 334 in eb5de18
| return std::move(out); |
Component(s)
C++
Reactions are currently unavailable