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

use uintptr_t instead of intptr_t to avoid warming C4018 in Virsual Studio. #19

Merged
merged 1 commit into from
May 25, 2015

Conversation

bitdust
Copy link
Contributor

@bitdust bitdust commented May 8, 2015

use uintptr_t instead of intptr_t to avoid warming C4018 in Virsual Studio.

warming C4018: 'expression' : signed/unsigned mismatch
refer: https://msdn.microsoft.com/library/y92ktdf2.aspx

use uintptr_t instead of intptr_t to avoid warming C4018 in Virsual Studio.
warming C4018: 'expression' : signed/unsigned mismatch
https://msdn.microsoft.com/library/y92ktdf2.aspx
kokke added a commit that referenced this pull request May 25, 2015
use uintptr_t instead of intptr_t to avoid warming C4018 in Virsual Studio.
@kokke kokke merged commit 7c95946 into kokke:master May 25, 2015
@kokke
Copy link
Owner

kokke commented Nov 9, 2015

Thank you spotting for that one :)

@bitdust
Copy link
Contributor Author

bitdust commented Nov 10, 2015

not an error, just a tiny tiny warming 😉

2015-11-10 7:54 GMT+08:00 kokke notifications@github.com:

Thank you spotting for this obvious error :)


Reply to this email directly or view it on GitHub
#19 (comment).

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