[issue46405] Warning compiling main on Windows

Terry J. Reedy report at bugs.python.org
Sun Jan 16 18:34:45 EST 2022


New submission from Terry J. Reedy <tjreedy at udel.edu>:

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?

----------
components: Build, Windows
messages: 410734
nosy: Mark.Shannon, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Warning compiling main on Windows
type: compile error
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46405>
_______________________________________


More information about the Python-bugs-list mailing list