Commit 859cf0b
committed
fix(ci): remove redundant std::move in StreamingSink::create return
GCC -Wredundant-move with -Werror fails CI on Ubuntu 24.04.
NRVO handles the move automatically; explicit std::move is unnecessary.1 parent c6a3ba2 commit 859cf0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
0 commit comments