summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/message/defaultmessage-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-1/+7
| | | | | | | | | | Explicitly enable deprecated warnings by default, via the cmake::GetSuppressDeprecatedWarnings method, which signals suppression is turned off unless the CMake variables are set as required. Add tests and update the documentation for the new functionality.
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-011-0/+5
Explicitly enable author warnings by default, via the cmake::GetSuppressDevWarnings method, which signals suppression is turned off unless the CMake variables are set as required. Add test cases for author and deprecated messages displayed by default.