Clear warning C4702: unreachable code

This commit is contained in:
Jeffrey Walton 2018-12-14 15:39:54 -05:00
parent 5226761662
commit 67f6a1f0bd
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -23,6 +23,11 @@
# define GCC_DARN_ASM_AVAILABLE 1
#endif
// warning C4702: unreachable code
#if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4702)
#endif
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////