mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
turn off a windows warning
This commit is contained in:
parent
06b79cd9ea
commit
97c5d09de1
|
@ -29,6 +29,10 @@ Revision History:
|
|||
#ifndef IZ3_HASH_H
|
||||
#define IZ3_HASH_H
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#pragma warning(disable:4267)
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
|
Loading…
Reference in a new issue