Commit 41ece7f
committed
Elevate C4013 to level 1
C4013 warns about undefined functions[1], but for some reason is only a
level 3 warning, and such suppressed by default (usually there will be
link error afterwards, though). It appears to be sensible to elevate
the warning to level 1, so it will be converted to a compile error.
[1] <https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4013>1 parent f4289ab commit 41ece7f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments