From 391ac7a8a4aedafe818d0559a2011722fa54163c Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 25 Dec 2006 08:21:49 +0000 Subject: - a couple of warnings fixed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9572 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/int_guild.c | 2 +- src/map/script.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/char_sql/int_guild.c b/src/char_sql/int_guild.c index 8ef59b62b..4f984cf10 100644 --- a/src/char_sql/int_guild.c +++ b/src/char_sql/int_guild.c @@ -8,13 +8,13 @@ #include #include +#include "../common/mmo.h" #include "../common/cbasetypes.h" #include "../common/strlib.h" #include "../common/showmsg.h" // #include "int_storage.h" #include "inter.h" #include "int_guild.h" -#include "mmo.h" #include "socket.h" #include "db.h" #include "malloc.h" diff --git a/src/map/script.c b/src/map/script.c index 86cf18859..dc054ee1b 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -561,7 +561,7 @@ int add_word(const char *p) static const char* parse_callfunc(const char *p, int require_paren) { const char* p2; - const char* arg; + const char* arg=NULL; int func; func = add_word(p); -- cgit v1.2.3-60-g2f50