2015-11-09 02:06:33 +03: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-09 02:34:59 +03:00
|
|
|
|
|
|
|
* The ``-Wdev`` and ``-Wno-dev`` :manual:`cmake(1)` options now also enable
|
|
|
|
and suppress the deprecated warnings output by default.
|
2015-11-29 16:34:07 +03: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.
|