Skip to content
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

[Enhancement]: Eliminate compile warnings #38435

Open
1 task done
tedxu opened this issue Dec 13, 2024 · 0 comments
Open
1 task done

[Enhancement]: Eliminate compile warnings #38435

tedxu opened this issue Dec 13, 2024 · 0 comments
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@tedxu
Copy link
Contributor

tedxu commented Dec 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

The build process generated many C++ compile warnings, they should be handled correctly. To name a few:

  1. unnecessary copies in loops
  2. use move instead of copy if applicable
  3. declare with override on overriding functions

Why is this needed?

No response

Anything else?

No response

@tedxu tedxu added the kind/enhancement Issues or changes related to enhancement label Dec 13, 2024
sre-ci-robot pushed a commit that referenced this issue Dec 16, 2024
sre-ci-robot pushed a commit that referenced this issue Dec 25, 2024
NicoYuan1986 pushed a commit to NicoYuan1986/milvus that referenced this issue Dec 26, 2024
sre-ci-robot pushed a commit that referenced this issue Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

1 participant