- a couple of warnings fixed

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9572 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
FlavioJS 2006-12-25 08:21:49 +00:00
parent 8751fbd631
commit dd92bd13fd
2 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "../common/mmo.h"
#include "../common/cbasetypes.h" #include "../common/cbasetypes.h"
#include "../common/strlib.h" #include "../common/strlib.h"
#include "../common/showmsg.h" #include "../common/showmsg.h"
// #include "int_storage.h" // #include "int_storage.h"
#include "inter.h" #include "inter.h"
#include "int_guild.h" #include "int_guild.h"
#include "mmo.h"
#include "socket.h" #include "socket.h"
#include "db.h" #include "db.h"
#include "malloc.h" #include "malloc.h"

View File

@ -561,7 +561,7 @@ int add_word(const char *p)
static const char* parse_callfunc(const char *p, int require_paren) static const char* parse_callfunc(const char *p, int require_paren)
{ {
const char* p2; const char* p2;
const char* arg; const char* arg=NULL;
int func; int func;
func = add_word(p); func = add_word(p);