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 minor warnings about pointer casts on windows #1484

Merged

Conversation

fpsunflower
Copy link
Contributor

MSVC defines long as a 32-bit type even on 64-bit machines, so switch to size_t instead.

For formatting, print pointers as pointers instead of casting to long.

@fpsunflower fpsunflower merged commit 096fab8 into AcademySoftwareFoundation:main Apr 8, 2022
@fpsunflower fpsunflower deleted the ck-fixwarnings branch April 8, 2022 19:34
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