Skip to content

Commit 273d886

Browse files
authored
Suppress redef warning of _CRT_SECURE_NO_WARNINGS if any. (#2218)
1 parent 5a8bf1f commit 273d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chrono-test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// For the license information refer to format.h.
77

8-
#ifdef WIN32
8+
#ifndef _CRT_SECURE_NO_WARNINGS
99
# define _CRT_SECURE_NO_WARNINGS
1010
#endif
1111

0 commit comments

Comments
 (0)