Skip to content

Made the nanosvgrast example compatible with c++ using gcc#171

Open
gunterkoenigsmann wants to merge 1 commit intomemononen:masterfrom
gunterkoenigsmann:CppCompatibleExamples
Open

Made the nanosvgrast example compatible with c++ using gcc#171
gunterkoenigsmann wants to merge 1 commit intomemononen:masterfrom
gunterkoenigsmann:CppCompatibleExamples

Conversation

@gunterkoenigsmann
Copy link
Copy Markdown

If compiling C++ the gcc complains if the result of malloc (which returns void *) is assigned to a pointer of a different type without casting.
The example that comes with the comments in nanosvgrast.h did this and therefore could cause the compiler to complain => Added an explicit cast which makes the example work without any error/warning.

If compiling C++ the gcc complains if the result of malloc (which
returns void *) is assigned to a pointer of a different type
without casting. The example that comes with the comments in
nanosvgrast.h therefore could cause the compiler to complain.
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.

1 participant