This is an archive of the discontinued LLVM Phabricator instance.

[libc][nfc] Silence two warnings in tests
ClosedPublic

Authored by jhuber6 on Jun 16 2023, 6:43 AM.

Details

Summary

These currently give warnings for unused variables or a default case
where everything is covered.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 16 2023, 6:43 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 16 2023, 6:43 AM
jhuber6 requested review of this revision.Jun 16 2023, 6:43 AM
sivachandra accepted this revision.Jun 16 2023, 10:23 AM
This revision is now accepted and ready to land.Jun 16 2023, 10:23 AM
This revision was automatically updated to reflect the committed changes.