From: Eric W. <war...@us...> - 2001-10-03 18:13:53
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv22742 Modified Files: core.c Log Message: fix -Wall Index: core.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/core.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- core.c 2001/10/03 07:49:38 1.1 +++ core.c 2001/10/03 18:13:50 1.2 @@ -37,6 +37,8 @@ #include "gaim.h" +#if DEVEL + static gint UI_fd = -1; struct UI { GIOChannel *channel; @@ -170,6 +172,8 @@ g_log(NULL, G_LOG_LEVEL_CRITICAL, "Unable to open socket: %s", strerror(errno)); return fd; } + +#endif /* DEVEL */ int core_main() { |