Modify ↓
Opened at 2006-09-01T00:24:58Z
Closed at 2007-12-04T23:23:54Z
#200 closed defect (fixed)
bitlbee.c:41: warning: passing argument 3 of ‘accept’ from incompatible pointer type
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BitlBee | Version: | 1.0.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: | Fedora Core 4 |
Description
on x86_64 I get:
bitlbee.c:41: warning: passing argument 3 of ‘accept’ from incompatible pointer type
This is because the type for size has been set to size_t instead of socklen_t.
Setting it to socklen_t resolved this for me.
paul@…
Attachments (0)
Change History (1)
comment:1 Changed at 2007-12-04T23:23:54Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Seems to be fixed.