Clear C4296 under MSVC++ (GH #821)

pull/828/head
Jeffrey Walton 2019-04-27 21:21:56 -04:00
parent 255a6f2aa0
commit b16d37e347
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#if CRYPTOPP_MSC_VERSION #if CRYPTOPP_MSC_VERSION
# pragma warning(push) # pragma warning(push)
# pragma warning(disable: 4189) # pragma warning(disable: 4189 4296)
#endif #endif
// Issue 340 // Issue 340