summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-05-02 13:32:39 -0400
committerJeffrey Walton <noloader@gmail.com>2016-05-02 13:32:39 -0400
commit4d7cb70ea896d3d3be0487ec7b5f2a74fa7b6141 (patch)
tree410ca09feb8071aaf2eeee623b29c761f0689cb8 /filters.h
parent5a9a41ffc4a995e88ab993843e0b8d668dd41a70 (diff)
downloadcryptopp-git-4d7cb70ea896d3d3be0487ec7b5f2a74fa7b6141.tar.gz
Cleared unused function warning under Visual Studio with /Wall
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters.h b/filters.h
index 8337bde4..0d0c8a1f 100644
--- a/filters.h
+++ b/filters.h
@@ -10,7 +10,7 @@
#if CRYPTOPP_MSC_VERSION
# pragma warning(push)
-# pragma warning(disable: 4127 4189)
+# pragma warning(disable: 4127 4189 4514)
#endif
#include "cryptlib.h"