Skip to content

Fix warnining on implicit pointer conversion.#5

Open
jcarrano wants to merge 1 commit intomattconte:masterfrom
jcarrano:master
Open

Fix warnining on implicit pointer conversion.#5
jcarrano wants to merge 1 commit intomattconte:masterfrom
jcarrano:master

Conversation

@jcarrano
Copy link
Copy Markdown

GCC emits a warning when using "%p" with a pointer that is not void. This is a problem for people compiling with "all warnings are errors". A cast solves the issue.

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