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