Add u32 casts to ensure consistent types on Linux and macOS #9
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
geomind_code/my_fs!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-macos-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes the code compilation errors on macOS happens due to type mismatches on macOS where libc constants are u16, but the code expects u32.