Skip to content

Commit

Permalink
Fix warnings from CSharp SML bindings
Browse files Browse the repository at this point in the history
Use `void*` or `uintptr_t` everywhere instead of `int`, which generates a
warning when converted to/from a pointer (because the size is wrong). Apply
macros for the different pointer contents everywhere.

Not merging for now because it needs to be tested, but I don't think I broke
anything. Whoever merges this should cherry-pick just this commit (and remove
this note, obviously).
  • Loading branch information
garfieldnate committed Aug 29, 2023
1 parent 389818c commit 1adf0c6
Showing 1 changed file with 47 additions and 46 deletions.
Loading

0 comments on commit 1adf0c6

Please sign in to comment.