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

clang-tidy: Uuid serializer - integer changes signedness #264

Open
billpittman opened this issue Aug 7, 2024 · 0 comments · May be fixed by #294
Open

clang-tidy: Uuid serializer - integer changes signedness #264

billpittman opened this issue Aug 7, 2024 · 0 comments · May be fixed by #294
Assignees
Labels
quality Code quality and linter issues
Milestone

Comments

@billpittman
Copy link
Contributor

Probably needs a cast or type change to signedness.
/data/ultifi/up-cpp/src/datamodel/serializer/Uuid.cpp:109:20: error: implicit conversion changes signedness: 'int' to 'unsigned long' [clang-diagnostic-sign-conversion]

@gregmedd gregmedd added help wanted Extra attention is needed quality Code quality and linter issues and removed help wanted Extra attention is needed labels Aug 9, 2024
@gregmedd gregmedd added this to the alpha.4 milestone Aug 12, 2024
@billpittman billpittman self-assigned this Aug 15, 2024
@billpittman billpittman linked a pull request Aug 15, 2024 that will close this issue
@gregmedd gregmedd linked a pull request Aug 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality Code quality and linter issues
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants