From 515ddad997133fa2a219bed066d4992b4e5bdf05 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 29 Jul 2023 00:45:33 +0200 Subject: [PATCH] Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings --- include/ss/common.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ss/common.hpp b/include/ss/common.hpp index f8563dc..7546d16 100644 --- a/include/ss/common.hpp +++ b/include/ss/common.hpp @@ -4,6 +4,8 @@ #include #include +#define _CRT_SECURE_NO_WARNINGS + namespace ss { struct none {};