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

Fix compiler warnings #361

Closed
MichaelBroughton opened this issue Aug 24, 2020 · 1 comment
Closed

Fix compiler warnings #361

MichaelBroughton opened this issue Aug 24, 2020 · 1 comment
Assignees
Labels
area/code-health Concerns stability, quality, technical debt, etc. kind/chore Maintenance & housekeeping tasks priority/p2 Next release should contain it

Comments

@MichaelBroughton
Copy link
Collaborator

When compiling our C++ code we are starting to get a lot of (mostly) harmless warnings about comparison between unsigned and signed types etc. It would be nice if we could comb through these and make the tweaks to make them go away. This isn't an urgent issue, but it would be nice to clean up the clutter.

@mhucka mhucka added kind/chore Maintenance & housekeeping tasks area/code-health Concerns stability, quality, technical debt, etc. labels Dec 1, 2024
@mhucka mhucka added the priority/p2 Next release should contain it label Dec 4, 2024
@mhucka mhucka self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code-health Concerns stability, quality, technical debt, etc. kind/chore Maintenance & housekeeping tasks priority/p2 Next release should contain it
Development

No branches or pull requests

2 participants