Issue information

Issue ID
#986
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 16, 2008 22:55
Last Post
Hercules Elf Bot
Feb 16, 2008 22:55
Confirmation
N/A

Hercules Elf Bot - Feb 16, 2008 22:55

Originally posted by [b][Myst][/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=986

Hum, i just received new SVN, but ultramage have forget a int i; (i think)

Error:
CODE
clif.c: In function 'clif_getareachar_pc':
clif.c:3412: error: 'i' undeclared (first use in this function)
clif.c:3412: error: (Each undeclared identifier is reported only once
clif.c:3412: error: for each function it appears in.)
make[1]: *** [obj_sql/clif.o] Erreur 1
make[1]: quittant le répertoire « /home/ragnarok/nserveur/src/map »
make: *** [map_sql] Erreur 2


EDIT:

Second error, just a warning:
in src/map/atcommand.c -> function disguiseall :
CODE
        int mob_id=0, i=0;

must be
CODE
        int mob_id=0;


because it not used in function:
CODE
atcommand.c: In function 'atcommand_disguiseall':
atcommand.c:5185: warning: unused variable 'i'



Myst~

PS: Sorry for my bad english, i'm just a stupid french :'(

This post has been edited by [Myst]: Feb 16 2008, 03:05 PM