This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Silence "unused parameter" warnings in test/support/archetypes.hpp
ClosedPublic

Authored by CaseyCarter on Oct 25 2016, 12:38 PM.

Details

Summary

Fairly straightforward: simply removes the parameter names from the unused parameters.

Diff Detail

Event Timeline

CaseyCarter retitled this revision from to [libc++] Silence "unused parameter" warnings in test/support/archetypes.hpp.
CaseyCarter updated this object.
CaseyCarter added reviewers: EricWF, mclow.lists.
CaseyCarter added a subscriber: cfe-commits.
mclow.lists accepted this revision.Oct 25 2016, 6:13 PM
mclow.lists edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 25 2016, 6:13 PM
CaseyCarter closed this revision.Oct 26 2016, 12:29 PM

Committed as r285213.