Suppress redef warning of _CRT_SECURE_NO_WARNINGS
Suppress redef warning of _CRT_SECURE_NO_WARNINGS if any.
This commit is contained in:
parent
5a8bf1f6a3
commit
cf8895cd14
@ -6,7 +6,9 @@
|
||||
// For the license information refer to format.h.
|
||||
|
||||
#ifdef WIN32
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
# ifndef _CRT_SECURE_NO_WARNINGS
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "fmt/chrono.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user