[sllug-members]: differ in signedness

Adam Barrett dragen at gmail.com
Mon Jul 31 15:42:12 MDT 2006


So I run the standard ./configure and then make and it throws that... what
can I do about it?

On 7/31/06, Byron Clark <byron.clark at gmail.com> wrote:
>
> On 7/31/06, Adam Barrett <dragen at gmail.com> wrote:
> > I keep getting errors like these when I try to compile stuff. I have no
> idea
> > what it means and searching on Google is not helping.
> >
> > warning: pointer targets in passing argument 3 of âgetsocknameâ differ
> in
> > signedness
> >
> > Any ideas?
>
> It usually means you are passing an unsigned int* where an int* is
> expected or an int* where an unsigned int* is expected.  Note that the
> third parameter for getsockname is really an int* (at least, that's
> what the man page says).
> ______________________________________________________________________
> See http://www.sllug.org/ for latest SLLUG news, information, links.
> Join SLLUG and other UT LUG members on irc.FreeNode.net channel #Utah
> sllug-members at sllug.org
> http://www.sllug.org/cgi-bin/mailman/listinfo/sllug-members
>



-- 
Adam Barrett
dragen at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://sllug.org/pipermail/sllug-members/attachments/20060731/057f163c/attachment.html


More information about the sllug-members mailing list