This is an archive of the discontinued LLVM Phabricator instance.

Fix unused private field warning.
ClosedPublic

Authored by teemperor on Jan 8 2019, 2:52 PM.

Details

Summary

The member is private and unused if HAVE_LIBCOMPRESSION is undefined, which triggers Clang's -Wunused-private-field warning.

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Jan 8 2019, 2:52 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 8 2019, 2:58 PM
This revision was automatically updated to reflect the committed changes.