Archive Index
This month's Index
|
Subject: Re: Win32 Compilation fixes (MinGW 4.4.0)
Re: Win32 Compilation fixes (MinGW 4.4.0)
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 27 Jul 2009 23:15:18 +0200 (CEST)
On Thu, 9 Jul 2009, Steven Van Ingelgem wrote:
> Hereby attached you will find a patch for several warnings fixed:
If they are unused in the session_nonblock() function, there's a bigger
> - comparison between signed and unsigned integer expressions
I don't approve of those changes. Sockets in windows may be unsigned, but they
#ifndef libssh2_socket_typedef
... and then we should make sure to switch to using that type all over
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2009-07-27 |