This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Fix warning in uint operator T
ClosedPublic

Authored by michaelrj on Aug 9 2023, 1:35 PM.

Details

Summary

This code is creating a warning on Fuchsia, this patch should fix that
warning.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 9 2023, 1:35 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 9 2023, 1:35 PM
michaelrj requested review of this revision.Aug 9 2023, 1:35 PM
michaelrj updated this revision to Diff 548761.Aug 9 2023, 1:44 PM

adjust parentheses

This revision is now accepted and ready to land.Aug 11 2023, 11:06 AM
This revision was automatically updated to reflect the committed changes.