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

acl_threadsupport: fix integer conversion warnings #201

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

pcolberg
Copy link
Contributor

No description provided.

@pcolberg pcolberg added the bug Something isn't working label Nov 16, 2022
@pcolberg pcolberg added this to the 2023.1 milestone Nov 16, 2022
@pcolberg pcolberg self-assigned this Nov 16, 2022
@pcolberg pcolberg linked an issue Nov 16, 2022 that may be closed by this pull request
1 task
Use same type for cpu as glibc CPU_SET(3).

Signed-off-by: Peter Colberg <peter.colberg@intel.com>
Use same type for timed_out as member of struct acl_condvar_s.

The return type is signed to accommodate for the error return value.

Signed-off-by: Peter Colberg <peter.colberg@intel.com>
@pcolberg pcolberg force-pushed the thread branch 2 times, most recently from 95a0077 to e21bb5c Compare November 16, 2022 21:21
@pcolberg pcolberg marked this pull request as ready for review November 16, 2022 22:38
@pcolberg pcolberg requested a review from zibaiwan November 16, 2022 22:38
Copy link
Contributor

@zibaiwan zibaiwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pcolberg

@pcolberg pcolberg merged commit d707cc2 into intel:main Nov 17, 2022
@pcolberg pcolberg deleted the thread branch November 17, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix warnings in acl_threadsupport
2 participants