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?
Component(s)
C++
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-Werrorare 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
Component(s)
C++