mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Make configure checks able to build with -Werror
Also fix a few compiler warnings, this combined with pull #82 allows me to build with CFLAGS="-Werror -Wall".
This commit is contained in:
parent
1bf4753914
commit
beec29c305
6 changed files with 13 additions and 11 deletions
|
|
@ -60,7 +60,7 @@ GIOChannel *g_io_channel_new(int handle)
|
|||
|
||||
IPADDR ip4_any = {
|
||||
AF_INET,
|
||||
{ { { INADDR_ANY } } }
|
||||
{ INADDR_ANY }
|
||||
};
|
||||
|
||||
int net_ip_compare(IPADDR *ip1, IPADDR *ip2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue