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