Fix "warning C4702: unreachable code" under Windows Phone

pull/425/head
Jeffrey Walton 2017-05-18 08:45:07 -04:00
parent ddcd70b152
commit a090aad8d2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ extern "C" {void __cdecl _CRT_DEBUGGER_HOOK(int); }
#include <iostream>
#if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4100)
# pragma warning(disable: 4100 4702)
#endif
NAMESPACE_BEGIN(CryptoPP)