This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Commit 52575f2
committed
fix(test_stress): move _CRT_SECURE_NO_WARNINGS before includes
The _CRT_SECURE_NO_WARNINGS define must appear before ANY #include
statements to suppress MSVC warnings. Moving it to the top of the file
before all includes fixes getenv warnings on Windows.1 parent fdf4e52 commit 52575f2
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | | - | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments