Skip to content

Address compiler warnings: C4146 - Cases where we can swap to using ~ operator. #7550

@alsepkow

Description

@alsepkow

Address some of the 4146 warning we are hitting. This issue focuses on addressing issues that can be resolved by swapping to use the ~ operator instead of -. Generally, this is when the goal is some form of bit manipulation or a mask.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions