aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-16 11:04:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-16 11:04:33 +0000
commit26eaef72d01e02df2da931d7b21cf0aa79103230 (patch)
treed210e5b3dbd739fe87784ac2d9ee052367adcbc6 /clang/lib/Frontend/CompilerInvocation.cpp
parent0e31ed9058570d2e115c8bcd86c9b50612c94d13 (diff)
downloadllvm-26eaef72d01e02df2da931d7b21cf0aa79103230.zip
llvm-26eaef72d01e02df2da931d7b21cf0aa79103230.tar.gz
llvm-26eaef72d01e02df2da931d7b21cf0aa79103230.tar.bz2
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions