Utilities for silencing warnings
See updated documentation. Introduces disable_cmake_warnings
, disable_build_warnings
, as well as disable_all_warnings
(as shorthand for the first two).
Deprecates disable_dev_warnings
(use disable_cmake_warnings
instead for an equivalent effect, or disable_all_warnings
if you'd like to disable compile warnings as well)