New submission from Zachary Ware: Here's a patch to remove the compiler warning raised during the "clean" step on the Windows buildbots. The warning is about the fact that ssl.vcxproj doesn't have an NMakeCleanCommandLine command; the patch adds such a command that simply echos "OpenSSL must be cleaned manually if you want to rebuild it."
Since Tools/buildbot/clean.bat is also called by Tools/buildbot/build.bat, this also removes 4 warnings from the "compile" step as well. ---------- components: Build, Windows files: mask_ssl_clean_warnings.diff keywords: patch messages: 201844 nosy: brian.curtin, pitrou, tim.golden, zach.ware priority: normal severity: normal status: open title: Remove warnings from Windows buildbot "clean" script type: enhancement versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file32439/mask_ssl_clean_warnings.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19464> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com