[cfe-dev] [LLVMdev] -Wunused-private-field warnings

Benjamin Kramer benny.kra at googlemail.com
Sat Jun 16 14:50:34 PDT 2012


On 16.06.2012, at 23:14, Sean Silva wrote:

> Fairly recently clang picked up a -Wunused-private-field warning that does what you would expect. Compiling LLVM and clang with a recent clang spits out the following warnings:
> 
> http://pastie.org/private/lfdyj5prtbkyrvhddi40dq

Ah, I missed those when cleaning up LLVM because they are only unused in Release builds. Fixed in r158608/r158609.

- Ben





More information about the cfe-dev mailing list