diff options
author | Michael Scott <michael.scott250@gmail.com> | 2015-09-22 21:43:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-25 20:21:17 (GMT) |
commit | bc3e1e4b5586c4404591e5f01461376eb51391d1 (patch) | |
tree | eb4896e2276dcf0fe43fabf17c49d15d1914ed8f /Tests/RunCMake/CommandLine/Wdev-stderr.txt | |
parent | 414cc18a9a76e78b586edbd6eb34cc0060cae796 (diff) | |
download | CMake-bc3e1e4b5586c4404591e5f01461376eb51391d1.zip CMake-bc3e1e4b5586c4404591e5f01461376eb51391d1.tar.gz CMake-bc3e1e4b5586c4404591e5f01461376eb51391d1.tar.bz2 |
Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747)
Diffstat (limited to 'Tests/RunCMake/CommandLine/Wdev-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/Wdev-stderr.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/Wdev-stderr.txt b/Tests/RunCMake/CommandLine/Wdev-stderr.txt index f427303..92c1d23 100644 --- a/Tests/RunCMake/CommandLine/Wdev-stderr.txt +++ b/Tests/RunCMake/CommandLine/Wdev-stderr.txt @@ -2,4 +2,10 @@ Some Author Warning Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) +This warning is for project developers. Use -Wno-dev to suppress it. + +CMake Warning \(dev\) at Wdev.cmake:6 \(include\): + include\(\) given empty file name \(ignored\). +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) This warning is for project developers. Use -Wno-dev to suppress it.$ |