summaryrefslogtreecommitdiff
path: root/config_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_int.h')
-rw-r--r--config_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_int.h b/config_int.h
index d71c08ef..a10fc0b4 100644
--- a/config_int.h
+++ b/config_int.h
@@ -29,11 +29,11 @@
#include "config_ver.h"
#include "config_misc.h"
-// C5264 new for VS2022/v17.4, MSC v14.34
+// C5264 new for VS2022/v17.4, MSC v17.3.4
// https://github.com/weidai11/cryptopp/issues/1185
#if (CRYPTOPP_MSC_VERSION)
# pragma warning(push)
-# if (CRYPTOPP_MSC_VERSION >= 1434)
+# if (CRYPTOPP_MSC_VERSION >= 1933)
# pragma warning(disable: 5264)
# endif
#endif