diff options
author | Brad King <brad.king@kitware.com> | 2015-09-22 17:51:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-22 17:53:09 (GMT) |
commit | 81739e9215ef10d870f14404b0ec5eb4bee16ce4 (patch) | |
tree | 96a5cdb8bc99c5949a4f4570a4cd0e34f41190f0 /Tests/RunCMake/CommandLine/Werror_dev-stderr.txt | |
parent | 975426ceb339cf7a17f57ffba2757bb368669f93 (diff) | |
download | CMake-81739e9215ef10d870f14404b0ec5eb4bee16ce4.zip CMake-81739e9215ef10d870f14404b0ec5eb4bee16ce4.tar.gz CMake-81739e9215ef10d870f14404b0ec5eb4bee16ce4.tar.bz2 |
Revert topic 'cmake-W-options' (#15747)
The changes in commit c96fe0b4 (cmake: Add -W options to control
deprecation warnings and errors, 2015-07-28) fail to account for
-Wdev warnings produced by places in CMake other than message().
This causes a regression in which -Wno-dev fails to suppress such
warnings. Revert the feature until it can be revised accordingly.
Diffstat (limited to 'Tests/RunCMake/CommandLine/Werror_dev-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/Werror_dev-stderr.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/RunCMake/CommandLine/Werror_dev-stderr.txt b/Tests/RunCMake/CommandLine/Werror_dev-stderr.txt deleted file mode 100644 index c6b4e74..0000000 --- a/Tests/RunCMake/CommandLine/Werror_dev-stderr.txt +++ /dev/null @@ -1,5 +0,0 @@ -^CMake Error \(dev\) at Werror_dev.cmake:1 \(message\): - Some author warning -Call Stack \(most recent call first\): - CMakeLists.txt:3 \(include\) -This error is for project developers. Use -Wno-error=dev to suppress it.$ |