Skip to content

Fix Coverity issue COPY_INSTEAD_OF_MOVE #1343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2025

Conversation

idubinov
Copy link
Contributor

Fix Coverity issue COPY_INSTEAD_OF_MOVE in /test/ctl/ctl_api.cpp at line 314
Creating a copy of a variable that is no longer used instead of using std::move().

@idubinov idubinov requested a review from a team as a code owner May 30, 2025 13:51
Co-authored-by: Krzysztof Filipek <[email protected]>
@bratpiorka bratpiorka requested a review from KFilipek June 4, 2025 07:20
@KFilipek KFilipek merged commit 6676f1a into oneapi-src:main Jun 4, 2025
87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants