Clear truncation warning on MSVC (GH #1202)

This commit is contained in:
Jeffrey Walton 2023-04-14 14:19:20 -04:00
parent e1c149f9a4
commit 358d0cfecd
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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