Skip to content
Commit 26eaef72 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Hopefully avoid a warning on some GCCs (but not all strangely,

preventing me from seeing it initially). GCC doesn't use the unused
attribute on members for anything, so while it works to suppress Clang's
warning for an unused private member, it adds a GCC warning for the
attribute. =/ Silence Clang's warning with a void cast in the
constructor instead which doesn't trigger any complaints from GCC.

llvm-svn: 206373
parent 0e31ed90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment