mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-10 08:38:59 +00:00
Revert "Add test for unused warnings at the end of scope"
This reverts commit 91c4c9921c.
The test doesn't work yet and should not have been put on this branch
yet.
This commit is contained in:
@@ -1104,21 +1104,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
|
||||
FAIL_REGULAR_EXPRESSION ":5: warning: \\(unsetting\\) unused variable 'UNUSED_VARIABLE'")
|
||||
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaUnset")
|
||||
|
||||
ADD_TEST(WarnUnusedUnusedViaScope ${CMAKE_CTEST_COMMAND}
|
||||
--build-and-test
|
||||
"${CMake_SOURCE_DIR}/Tests/VariableUnusedViaScope"
|
||||
"${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaScope"
|
||||
--build-generator ${CMAKE_TEST_GENERATOR}
|
||||
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
|
||||
--build-noclean
|
||||
--build-project WarnUnusedUnusedViaScope
|
||||
--build-options "--warn-unused-vars")
|
||||
SET_TESTS_PROPERTIES(WarnUnusedUnusedViaScope PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "warning: \\(out of scope\\) unused variable 'UNUSED_VARIABLE'")
|
||||
SET_TESTS_PROPERTIES(WarnUnusedUnusedViaScope PROPERTIES
|
||||
FAIL_REGULAR_EXPRESSION "warning: \\(unsetting\\) unused variable 'UNUSED_VARIABLE'")
|
||||
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaScope")
|
||||
|
||||
ADD_TEST(WarnUnusedCliUnused ${CMAKE_CTEST_COMMAND}
|
||||
--build-and-test
|
||||
"${CMake_SOURCE_DIR}/Tests/VariableUsage"
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
set(UNUSED_VARIABLE)
|
||||
# Warning should occur here
|
||||
Reference in New Issue
Block a user