Subject: Re: [Python-Dev] Windows build - fixing compile warnings before VS2010 On Tue, 21 Feb 2012 21:32:23 -0600 Brian Curtin <brian@xxxxxxxxxx> wrote: > While some effort has gone on to get the 32-bit build to compile > without warnings (thanks for that!), 64-bit still has numerous > warnings. Before I push forward on more of the VS2010 port, I'd like > to have a clean 2008 build all around so we can more easily track what > may have changed. +1. Of course, it doesn't help that Microsoft implements POSIX APIs incorrectly (for example, Microsoft's read() take the length as an int, not a size_t). Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@xxxxxxxxxx http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/maillists%40codeha.us |