mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Clear truncation warning on MSVC (GH #1202)
This commit is contained in:
parent
e1c149f9a4
commit
358d0cfecd
@ -28,6 +28,10 @@
|
||||
# include <setjmp.h>
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4244)
|
||||
#endif
|
||||
|
||||
#ifndef EXCEPTION_EXECUTE_HANDLER
|
||||
# define EXCEPTION_EXECUTE_HANDLER 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user