mirror of
https://github.com/Z3Prover/z3
synced 2026-06-28 19:38:51 +00:00
Fix MacOS CMake build: guard override with #ifdef Z3DEBUG in static_matrix.h, add clang warnings
This commit is contained in:
parent
17b85cbe20
commit
222a5a467b
2 changed files with 14 additions and 3 deletions
|
|
@ -20,6 +20,9 @@ set(CLANG_ONLY_WARNINGS
|
|||
"-Wno-c++98-compat"
|
||||
"-Wno-c++98-compat-pedantic"
|
||||
"-Wno-zero-length-array"
|
||||
"-Wc99-extensions"
|
||||
"-Wsuggest-override"
|
||||
"-Winconsistent-missing-override"
|
||||
)
|
||||
set(MSVC_WARNINGS "/W3")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue