mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 15:16:29 +00:00
Oops: wasn't including compiler_warnings because I wasn't doing git add from base directory.
This commit is contained in:
parent
360bad9a35
commit
abaa46aa88
1 changed files with 3 additions and 0 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