Cleared unused function warning under Visual Studio with /Wall

pull/131/head
Jeffrey Walton 2016-05-02 13:32:39 -04:00
parent 5a9a41ffc4
commit 4d7cb70ea8
1 changed files with 1 additions and 1 deletions

View File

@ -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"