Supress warning redefine _CRT_SECURE_NO_WARNINGS just in case
This commit is contained in:
parent
bcb7257b31
commit
2671011033
@ -7,8 +7,10 @@
|
||||
|
||||
// Disable bogus MSVC warnings.
|
||||
#ifdef _MSC_VER
|
||||
# ifndef _CRT_SECURE_NO_WARNINGS
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "posix-mock.h"
|
||||
#include "../src/posix.cc"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user