Message365438
Ok, so a draft of this produces 34 warnings, but makes way more changes to the .vcxproj and .filters files than I think it should: https://github.com/ariccio/cpython/commit/60152aa065a3ad861f0359a8ada7f2fbc83a3933
Before I submit a PR, I think I should figure out how to change the defaults without Visual Studio adding a bunch of noise to the config - is that reasonable?
The warnings appear essentially innocuous - mixing signed/unsigned bytes, some benign truncation of constant values, and 3 places where local variables shadow the globals, where it looks like the global should've been used - but should be checked nonetheless.
The warnings are in the attached file. |
|
Date |
User |
Action |
Args |
2020-03-31 23:38:15 | Alexander Riccio | set | recipients:
+ Alexander Riccio, loewis, paul.moore, tim.golden, skrah, Jim.Jewett, zach.ware, serhiy.storchaka, steve.dower |
2020-03-31 23:38:15 | Alexander Riccio | set | messageid: <1585697895.59.0.130281954828.issue25878@roundup.psfhosted.org> |
2020-03-31 23:38:15 | Alexander Riccio | link | issue25878 messages |
2020-03-31 23:38:15 | Alexander Riccio | create | |
|