2015-11-08 23:06:33 +00:00
|
|
|
cmake-W-options
|
|
|
|
---------------
|
|
|
|
|
|
|
|
* The :variable:`CMAKE_WARN_DEPRECATED` variable can now be set using the
|
|
|
|
``-Wdeprecated`` and ``-Wno-deprecated`` :manual:`cmake(1)` options.
|
2015-11-08 23:34:59 +00:00
|
|
|
|
|
|
|
* The ``-Wdev`` and ``-Wno-dev`` :manual:`cmake(1)` options now also enable
|
|
|
|
and suppress the deprecated warnings output by default.
|
2015-11-29 13:34:07 +00:00
|
|
|
|
|
|
|
* Warnings about deprecated functionality are now enabled by default.
|
|
|
|
They may be suppressed with ``-Wno-deprecated`` or by setting the
|
|
|
|
:variable:`CMAKE_WARN_DEPRECATED` variable to false.
|
2015-12-06 12:33:13 +00:00
|
|
|
|
|
|
|
* Warnings about deprecated functionality can now be controlled in the
|
|
|
|
:manual:`cmake-gui(1)` application.
|
2015-12-21 21:39:27 +00:00
|
|
|
|
|
|
|
* The suppression of developer warnings as errors can now be controlled with
|
|
|
|
the new ``-Werror=dev`` and ``-Wno-error=dev`` :manual:`cmake(1)` options.
|
|
|
|
|
|
|
|
* The :variable:`CMAKE_ERROR_DEPRECATED` variable can now be set using the
|
|
|
|
``-Werror=deprecated`` and ``-Wno-error=deprecated`` :manual:`cmake(1)`
|
|
|
|
options.
|