All of the warning messages you list, with the exception of the last, is specific to the readmsg() sendmsg() code which uses msghdr's (A messgae header has all void * members). They should not cause any problems, but I will clean them up.
The last message is referring to a buffer that is used in the case that you are running windows, or your platform does not support hsterror(). I can clean that up as well -Jason On Thu, 2002-08-15 at 10:37, Dan Kalowsky wrote: > Haven't noticed this before, so I'm guessing this isn't a good thing. > > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c: In function > `zif_socket_recvmsg' > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1524: warning: > assignment from incompatible pointer type > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1529: warning: > assignment from incompatible pointer type > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1578: warning: > assignment from incompatible pointer type > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1584: warning: > assignment from incompatible pointer type > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c: In function > `zif_socket_sendmsg': > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1670: warning: > assignment from incompatible pointer type > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1698: warning: > assignment from incompatible pointer type > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c: At top level: > /Users/dank/Development/php4-cvs/ext/sockets/sockets.c:115: warning: > `php_strerror_buf' defined but not used > > >---------------------------------------------------------------< > Dan Kalowsky "A little less conversation, > http://www.deadmime.org/~dank a little more action." > [EMAIL PROTECTED] - "A Little Less Conversation", > [EMAIL PROTECTED] Elvis Presley > > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php