mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 17:18:18 +00:00
Update expected test output to account for the new format of diagnostic messages. These changes were applied entirely by `sed` using the following commands: - `/Use -Wno-dev to suppress/s/-Wno-dev/-Wno-author/g` - `s/Warning [\\][(]dev[\\][)]/Warning \\(author\\)/g` - `s/CMake Deprecation Warning/CMake Warning \\(deprecated\\)/g` This is not a complete fix, but covers a significant fraction of the needed changes, and this commit is strictly automated changes.