mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
disable silly warnings and add needed header for VS
This commit is contained in:
parent
19830bcd33
commit
f45ad4bdc0
17 changed files with 103 additions and 4 deletions
|
@ -18,6 +18,14 @@ Revision History:
|
|||
--*/
|
||||
|
||||
/* Copyright 2011 Microsoft Research. */
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4996)
|
||||
#pragma warning(disable:4800)
|
||||
#pragma warning(disable:4267)
|
||||
#pragma warning(disable:4101)
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue