diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-29 20:45:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-29 20:45:11 +0000 |
commit | 7602d1576b390815ceeb5b73b9928d87361fa8e6 (patch) | |
tree | d7e272005961100d6a9326d6f4add2d3cfed3470 /plugins/CryptoPP | |
parent | 64328ee5f93bb6623cfbde79d770a5f94eb610e6 (diff) |
less warnings
git-svn-id: http://svn.miranda-ng.org/main/trunk@15108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r-- | plugins/CryptoPP/crypto/src/algparam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CryptoPP/crypto/src/algparam.h b/plugins/CryptoPP/crypto/src/algparam.h index 27555d4e8f..e47accee83 100644 --- a/plugins/CryptoPP/crypto/src/algparam.h +++ b/plugins/CryptoPP/crypto/src/algparam.h @@ -5,6 +5,8 @@ #include "smartptr.h"
#include "secblock.h"
+#pragma warning(disable:4297)
+
NAMESPACE_BEGIN(CryptoPP)
//! used to pass byte array input as part of a NameValuePairs object
|