Skip to content

chore: Fix compiler warning - #1172

Merged
krlmlr merged 1 commit into
duckdb:mainfrom
joakimlinde:fix-compile-warning
May 24, 2025
Merged

chore: Fix compiler warning#1172
krlmlr merged 1 commit into
duckdb:mainfrom
joakimlinde:fix-compile-warning

Conversation

@joakimlinde

Copy link
Copy Markdown
Contributor

Compiler warns about unnecessary std::move(). See "guaranteed copy elision" in https://en.cppreference.com/w/cpp/language/copy_elision

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.62%. Comparing base (5c88c6f) to head (4b9c2d9).
Report is 1939 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1172       +/-   ##
===========================================
- Coverage   63.61%   52.62%   -11.00%     
===========================================
  Files         123      145       +22     
  Lines        5266    10009     +4743     
===========================================
+ Hits         3350     5267     +1917     
- Misses       1916     4742     +2826     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@krlmlr krlmlr changed the title Fix compiler warning chore: Fix compiler warning May 24, 2025
@krlmlr
krlmlr merged commit 9b1b1d4 into duckdb:main May 24, 2025
@krlmlr

krlmlr commented May 24, 2025

Copy link
Copy Markdown
Collaborator

Nice, thanks!

@joakimlinde
joakimlinde deleted the fix-compile-warning branch July 24, 2025 15:28
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants