# HG changeset patch # User Mark Doliner # Date 1041983932 0 # Node ID cba92ec56248dd593051a49697439bb18d8c45fc # Parent 64d834b6caf2b9b57533e93e16224dcff92db6dd [gaim-migrate @ 4481] Compile warning cleanups from Mr. Walp. My cable isn't dropping packets currently--but it will. It's only a matter of time. Speaking of time... Time Warner sucks. committer: Tailor Script diff -r 64d834b6caf2 -r cba92ec56248 plugins/history.c --- a/plugins/history.c Tue Jan 07 23:24:20 2003 +0000 +++ b/plugins/history.c Tue Jan 07 23:58:52 2003 +0000 @@ -11,6 +11,7 @@ #include "gtkimhtml.h" #include #include +#include #define HISTORY_SIZE (4 * 1024) diff -r 64d834b6caf2 -r cba92ec56248 src/gaim-remote.c --- a/src/gaim-remote.c Tue Jan 07 23:24:20 2003 +0000 +++ b/src/gaim-remote.c Tue Jan 07 23:58:52 2003 +0000 @@ -22,6 +22,7 @@ #include "gaim.h" #include #include +#include #include "gaim-socket.h" void show_remote_usage(char *name) diff -r 64d834b6caf2 -r cba92ec56248 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Tue Jan 07 23:24:20 2003 +0000 +++ b/src/protocols/msn/msn.c Tue Jan 07 23:58:52 2003 +0000 @@ -1204,7 +1204,6 @@ } else if (!g_strncasecmp(buf, "INF", 3)) { } else if (!g_strncasecmp(buf, "ILN", 3)) { char *state, *user, *friend, *tmp = buf; - struct buddy *b; int status = 0; GET_NEXT(tmp); diff -r 64d834b6caf2 -r cba92ec56248 src/protocols/oscar/ssi.c --- a/src/protocols/oscar/ssi.c Tue Jan 07 23:24:20 2003 +0000 +++ b/src/protocols/oscar/ssi.c Tue Jan 07 23:58:52 2003 +0000 @@ -1131,8 +1131,8 @@ new->bid = cur->bid; new->type = cur->type; new->data = aim_tlvlist_copy(cur->data); + new->next = NULL; } - new->next = NULL; sess->ssi.received_data = 1; diff -r 64d834b6caf2 -r cba92ec56248 src/protocols/zephyr/ZVariables.c --- a/src/protocols/zephyr/ZVariables.c Tue Jan 07 23:24:20 2003 +0000 +++ b/src/protocols/zephyr/ZVariables.c Tue Jan 07 23:58:52 2003 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: robflynn $ + * $Author: thekingant $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -18,6 +18,7 @@ #endif #include +#include "gaim.h" #include #include diff -r 64d834b6caf2 -r cba92ec56248 src/prpl.c --- a/src/prpl.c Tue Jan 07 23:24:20 2003 +0000 +++ b/src/prpl.c Tue Jan 07 23:58:52 2003 +0000 @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef _WIN32 #include "win32dep.h"