mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
to allow a new mode `SERIOUS_ONLY`. Modes: `ON` - All warnings are treated as errors (same as before) `OFF` - Warnings are not treated as errors (same as before) `SERIOUS_ONLY` - A subset of "serious" warnings are treated as errors. Upgrade code is included to upgrade old CMake cache's to use the new type of `WARNINGS_AS_ERRORS`. We should remove it eventually. The user's previous setting is preserved when doing this. Very few warnings are treated as errors for now. Developers can add more later as they see fit. |
||
---|---|---|
.. | ||
modules | ||
cmake_uninstall.cmake.in | ||
compiler_lto.cmake | ||
compiler_warnings.cmake | ||
cxx_compiler_flags_overrides.cmake | ||
git_utils.cmake | ||
msvc_legacy_quirks.cmake | ||
target_arch_detect.cmake | ||
target_arch_detect.cpp | ||
z3_add_component.cmake | ||
z3_add_cxx_flag.cmake | ||
z3_append_linker_flag_list_to_target.cmake | ||
Z3Config.cmake.in |