This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Reducing warnings while binding to C #184
WhoAteDaCake
started this conversation in
General
Replies: 1 comment 2 replies
-
What's wrong with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for all the work you've put in to make it C compatible. I think there are few things,
which could be improved a bit further:
Adding
typedef uint16_t char16_t;
tosciter-x-primitives.h
Next one I'm not sure if it's collect solution, but the compiler complains about inlining, so applying a patch of
Fixed it for me
Beta Was this translation helpful? Give feedback.
All reactions