You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kou
changed the title
Clean up Assorted Warnings to get a clean nanoarrow build
[C++] Clean up Assorted Warnings to get a clean nanoarrow build
May 5, 2024
### Rationale for this change
Minor warning cleanup for downstream libraries trying to get warning-free builds
### What changes are included in this PR?
Removed redundant std::move from return statements
### Are these changes tested?
Builds cleanly
### Are there any user-facing changes?
No
* GitHub Issue: #41478
Authored-by: Will Ayd <[email protected]>
Signed-off-by: Benjamin Kietzman <[email protected]>
…1487)
### Rationale for this change
Minor warning cleanup for downstream libraries trying to get warning-free builds
### What changes are included in this PR?
Removed redundant std::move from return statements
### Are these changes tested?
Builds cleanly
### Are there any user-facing changes?
No
* GitHub Issue: apache#41478
Authored-by: Will Ayd <[email protected]>
Signed-off-by: Benjamin Kietzman <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
There are still a few outstanding build warnings when trying to compile nanoarrow against Arrow, mostly around unused parameters and redundant moves
https://github.com/apache/arrow-nanoarrow/actions/runs/8912697432/job/24476664226?pr=448#step:7:144
Component(s)
C++
The text was updated successfully, but these errors were encountered: