Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split -Wunused-variable warning. | Daniel Jasper | 2013-09-11 | 1 | -0/+6 |
With r190382, -Wunused-variable warns about unused const variables when appropriate. For codebases that use -Werror, this poses a problem as existing unused const variables need to be cleaned up first. To make the transistion easier, this patch splits -Wunused-variable by pulling out an additional -Wunused-const-variable (by default activated along with -Wunused-variable). llvm-svn: 190508 |