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