Skip to content

Cleanup: Resolve implicit 64-bit to 32-bit truncation warnings #3893

@OmarDuran

Description

@OmarDuran

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.

Metadata

Metadata

Assignees

Labels

type: cleanup / refactorNon-functional change (NFC)type: newA new issue has been created and requires attention

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions