mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Some aid for compiler warnings
This commit is contained in:
@@ -33,12 +33,13 @@
|
||||
#define WANTARPA
|
||||
#include "inet.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <winbase.h>
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <signal.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <winbase.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
@@ -907,7 +908,9 @@ server_read_child (GIOChannel *source, GIOCondition condition, server *serv)
|
||||
char outbuf[512];
|
||||
char host[100];
|
||||
char ip[100];
|
||||
#ifdef USE_MSPROXY
|
||||
char *p;
|
||||
#endif
|
||||
|
||||
waitline2 (source, tbuf, sizeof tbuf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user