mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Apply necessary manual updates to tests to account for changes made by
the introduction of the new diagnostic system. These mainly take three
forms. First, expected output changes that were not caught by the
automated changes made by the previous commit. Second, deprecation
warnings from -Wno-dev which are remedied by replacing uses thereof with
the new -Wno-author form. Third, manipulations of diagnostic state via
the old variables, which are replaced with use of the `cmake_diagnostic`
command.
We have not yet implemented backwards compatibility for the deprecated
`CMAKE_{WARN,ERROR}_DEPRECATED` variables. Once that is done, some of
the tests in the third category will likely reappear in some form.
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
CMake Warning \(uninitialized\) at Wuninitialized\.cmake:1 \(set\):
|
|
uninitialized variable 'NEW_WARN_FROM_NORMAL_CMAKE_FILE_INSIDE_BRACES'
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:3 \(include\)
|
|
(This warning is for project developers\. Use -Wno-author to suppress it\.)?
|
|
|
|
CMake Warning \(uninitialized\) at Wuninitialized\.cmake:2 \(string\):
|
|
uninitialized variable 'NEW_WARN_FROM_STRING_CONFIGURE_INSIDE_BRACES'
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:3 \(include\)
|
|
(This warning is for project developers\. Use -Wno-author to suppress it\.)?
|
|
|
|
CMake Warning \(uninitialized\) at Wuninitialized\.cmake:4 \(configure_file\):
|
|
uninitialized variable 'NEW_WARN_FROM_CONFIGURE_FILE_INSIDE_AT'
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:3 \(include\)
|
|
(This warning is for project developers\. Use -Wno-author to suppress it\.)?
|
|
|
|
CMake Warning \(uninitialized\) at Wuninitialized\.cmake:5 \(string\):
|
|
uninitialized variable 'NEW_WARN_FROM_STRING_CONFIGURE_INSIDE_AT'
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:3 \(include\)(
|
|
This warning is for project developers\. Use -Wno-author to suppress it\.)?$
|