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

unix: fix build on arm64-darwin #7393

Closed
wants to merge 1 commit into from
Closed

Conversation

prusnak
Copy link
Contributor

@prusnak prusnak commented Jun 13, 2021

This fixes error: cast to smaller integer type 'int' from 'pthread_t'

pthread_t is defined as long, not as int

@dpgeorge
Copy link
Member

Looks OK to me, and CI passes.

This fixes error: cast to smaller integer type 'int' from 'pthread_t'

pthread_t is defined as long, not as int

Signed-off-by: Pavol Rusnak <pavol@rusnak.io>
@dpgeorge
Copy link
Member

Merged in 9504812

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants