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 pointer truncation in debug message #24

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Fix pointer truncation in debug message #24

merged 1 commit into from
Aug 12, 2019

Conversation

markatk
Copy link
Contributor

@markatk markatk commented Aug 12, 2019

When compiling (at least with msvc and C++) the debug message for the timeout outputs two warnings:

librg.h(2384): warning C4311: 'type cast': pointer truncation from 'void *' to 'int'
librg.h(2384): warning C4302: 'type cast': truncation from 'void *' to 'int'

@inlife inlife merged commit 0c5f491 into zpl-c:master Aug 12, 2019
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.

2 participants