mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-01-19 07:42:15 +00:00
Clear warning C4702: unreachable code
This commit is contained in:
parent
5226761662
commit
67f6a1f0bd
5
darn.cpp
5
darn.cpp
@ -23,6 +23,11 @@
|
||||
# define GCC_DARN_ASM_AVAILABLE 1
|
||||
#endif
|
||||
|
||||
// warning C4702: unreachable code
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4702)
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user