Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): avoid pointer signedness mismatch
Technically, the proper type is signed, since -1 is a sentinel value but since the API specifies an unsigned type, just cast the pointer here. Signed-off-by: Grzegorz Nosek <[email protected]>
- Loading branch information