Cleanup: Resolve implicit 64-bit to 32-bit truncation warnings
Open
@OmarDuran is already working on this.
Since Oct 30, 2025.
type: cleanup / refactor
type: new
- Dominant language
- C++
- Stars
- 287
- Forks
- 109
- Avg merge
- 4d 41m
- Merged PRs (30d)
- 5
Description
Describe the issue
In builds with Apple Clang, several warnings were identified with regard to 64-to-32-bit conversion while keeping other strict checks enabled.
Proposed cleanup
Resolve 64-to-32 bit conversion warnings in Apple Clang builds by using explicit static_cast for intentional truncation and matching variable types where appropriate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.