This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add missing cast in x86 big_endian_cmp_mask
ClosedPublic

Authored by mcgrathr on Jun 30 2023, 1:29 PM.

Details

Summary

Implicit narrowing conversions from int to uint16_t
get a compiler warning with the warning settings used
in the Fuchsia build.

Diff Detail

Event Timeline

mcgrathr created this revision.Jun 30 2023, 1:29 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 30 2023, 1:29 PM
mcgrathr requested review of this revision.Jun 30 2023, 1:29 PM
This revision is now accepted and ready to land.Jun 30 2023, 1:39 PM
This revision was landed with ongoing or failed builds.Jun 30 2023, 2:16 PM
This revision was automatically updated to reflect the committed changes.