This is an archive of the discontinued LLVM Phabricator instance.

[libc][Obvious] Suppress unused-variable warnings from syscall_unittest.
ClosedPublic

Authored by lntue on Feb 7 2022, 12:56 PM.

Details

Summary

The unused vararibles in the tests are intentional.

Diff Detail

Event Timeline

lntue created this revision.Feb 7 2022, 12:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 12:56 PM
lntue requested review of this revision.Feb 7 2022, 12:56 PM
sivachandra accepted this revision.Feb 7 2022, 1:14 PM
sivachandra added inline comments.
libc/test/src/__support/OSUtil/linux/x86_64/CMakeLists.txt
8

Add a comment here as to why this is present.

This revision is now accepted and ready to land.Feb 7 2022, 1:14 PM
lntue marked an inline comment as done.Feb 7 2022, 1:21 PM