This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 87de6cf
committed
[[ VS2015 ]] Silence abundant warnings when building
This patch disables three specific warnings generated whilst
building:
- 4577: exception handling mode mismatch
- 4800: performance warning about cast to bool
- 4244: possible loss of data due to int truncation
These need to be fixed properly at some point, however disabling
them for now vastly reduces the build log size (making it easier
to read) and decreases build time.1 parent d015984 commit 87de6cf
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
184 | 190 | | |
185 | 191 | | |
186 | 192 | | |
| |||
0 commit comments