summaryrefslogtreecommitdiff
path: root/test/files/neg/warn-unused-privates.flags
Commit message (Collapse)AuthorAgeFilesLines
* Warn about unused private members.Paul Phillips2012-11-011-0/+1
Warnings enabled via -Xlint. It's one of the most requested features. And it is hard to argue we don't need it: see the 99 methods removed in the next commit. This should close SI-440.