Skip to content

Fix compiler warning in new code. #14690

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

Merged
merged 1 commit into from
Jul 10, 2019
Merged

Conversation

tim-one
Copy link
Member

@tim-one tim-one commented Jul 10, 2019

Fix compiler warning in new code.

uintptr_t is an integer type, and can't be compared to NULL directly.

uintptr_t is an integer type, and can't be compared to NULL directly.
@bedevere-bot
Copy link

@tim-one: Please replace # with GH- in the commit message next time. Thanks!

@tim-one tim-one deleted the obmalloc-fix-warning branch July 10, 2019 21:24
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
uintptr_t is an integer type, and can't be compared to NULL directly.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
uintptr_t is an integer type, and can't be compared to NULL directly.
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.

3 participants