This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Mark.Shannon, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2022-01-16.23:34:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642376084.99.0.108704224042.issue46405@roundup.psfhosted.org>
In-reply-to
Content
Sometime between Jan 7 and Jan 16 (today) this VC compile warning appeared (debug build).
"specialize.c
..\Python\specialize.c(1243): warning C4018: '<': signed/unsigned mismatch [f:\dev\3x\PCbuild\_freeze_module.vcxproj]"
Same is repeated at end of compile.

Could and should such warnings be treated as errors in CI Windows' build?  Or is it specific to debug build?
History
Date User Action Args
2022-01-16 23:34:45terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, Mark.Shannon, zach.ware, steve.dower
2022-01-16 23:34:44terry.reedysetmessageid: <1642376084.99.0.108704224042.issue46405@roundup.psfhosted.org>
2022-01-16 23:34:44terry.reedylinkissue46405 messages
2022-01-16 23:34:44terry.reedycreate