mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings
This commit is contained in:
parent
fd39b5eef2
commit
515ddad997
@ -4,6 +4,8 @@
|
||||
#include <cstdlib>
|
||||
#include <vector>
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
namespace ss {
|
||||
|
||||
struct none {};
|
||||
|
Loading…
Reference in New Issue
Block a user