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.
  • Loading branch information
garfieldnate committed Aug 31, 2023
1 parent 227980a commit b07e47b
Showing 1 changed file with 47 additions and 46 deletions.
Loading

0 comments on commit b07e47b

Please sign in to comment.