Add u32 casts to ensure consistent types on Linux and macOS #9

Merged
sameh-farouk merged 1 commit from fix-macos-build into main 2026-01-20 11:25:06 +00:00
Member

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.

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.
Add u32 casts to ensure consistent types on Linux and macOS
All checks were successful
Unit and Integration Test / test (push) Successful in 5m0s
5c58b9cc07
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/my_fs!9
No description provided.