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

Remove old style casts to avoid warnings #50

Merged
merged 1 commit into from
Dec 19, 2021
Merged

Remove old style casts to avoid warnings #50

merged 1 commit into from
Dec 19, 2021

Conversation

sketchylizard
Copy link

When compiling with -Wold-style-cast clang warns about the old style
casts in uuid.h. Replace them with static_cast to avoid the warnings.

 When compiling with -Wold-style-cast clang warns about the old style
 casts in uuid.h. Replace them with static_cast to avoid the warnings.
@sketchylizard sketchylizard reopened this Dec 17, 2021
@mariusbancila mariusbancila merged commit 197905e into mariusbancila:master Dec 19, 2021
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.

None yet

2 participants