3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 05:30:51 +00:00

disable silly warnings and add needed header for VS

This commit is contained in:
Ken McMillan 2014-02-10 12:56:39 -08:00
parent 19830bcd33
commit f45ad4bdc0
17 changed files with 103 additions and 4 deletions

View file

@ -17,6 +17,13 @@ Revision History:
--*/
#ifdef WIN32
#pragma warning(disable:4996)
#pragma warning(disable:4800)
#pragma warning(disable:4267)
#pragma warning(disable:4101)
#endif
#include "iz3proof_itp.h"
#ifndef WIN32