diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-17 17:09:59 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-17 17:09:59 -0800 |
| commit | 07f505971c16f25c05357b49ae550509d77a7e95 (patch) | |
| tree | 894cb8b07adea45f29381ef7371f4e7cde1f408f /node/C25519.cpp | |
| parent | 7eccc5ebf2c0f25b2091d1b618b901e69b97ac0a (diff) | |
| download | infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.tar.gz infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.zip | |
Windows build fixes.
Diffstat (limited to 'node/C25519.cpp')
| -rw-r--r-- | node/C25519.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/C25519.cpp b/node/C25519.cpp index 3a3b3704..8c7b89c8 100644 --- a/node/C25519.cpp +++ b/node/C25519.cpp @@ -18,6 +18,10 @@ Derived from public domain code by D. J. Bernstein. #include "SHA512.hpp" #include "Buffer.hpp" +#ifdef __WINDOWS__ +#pragma warning(disable: 4146) +#endif + namespace ZeroTier { ////////////////////////////////////////////////////////////////////////////// |
