summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/Wno-error_dev-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-101-2/+2
|
* Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-121-0/+11
Expand the -W set of cmake options to include support for the -Werror and -Wno-error format, which is used to control upgrading and downgrading warning and error messages. Implement support for these new formats for the dev and deprecated message types. Add tests and updated documentation for new options.