Closed danomatika closed 1 week ago
This PR fixes unused param and char / const char pointer conversion warnings. I notice these in Xcode / clang on macOS.
Added cast fixes for uint32_t and int conversion warnings which show up in Xcode. Also added a gitignore.
This PR fixes unused param and char / const char pointer conversion warnings. I notice these in Xcode / clang on macOS.