| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d5d8a8d commit 6772b1d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -185,6 +185,10 @@ | |||
| 185 | 185 | 'BufferSecurityCheck': 'true', | |
| 186 | 186 | 'ExceptionHandling': 0, # /EHsc | |
| 187 | 187 | 'SuppressStartupBanner': 'true', | |
| 188 | + # Disable "warning C4267: conversion from 'size_t' to 'int', | ||
| 189 | + # possible loss of data". Many originate from our dependencies | ||
| 190 | + # and their sheer number drowns out other, more legitimate warnings. | ||
| 191 | + 'DisableSpecificWarnings': ['4267'], | ||
| 188 | 192 | 'WarnAsError': 'false', | |
| 189 | 193 | }, | |
| 190 | 194 | 'VCLibrarianTool': { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments