Issue information

Issue ID
#2891
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 24, 2009 6:45
Last Post
Hercules Elf Bot
Mar 24, 2009 6:45
Confirmation
N/A

Hercules Elf Bot - Mar 24, 2009 6:45

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

here are the line numbers for a clean eAthena trunk with no modifications:

QUOTE
..\src\map\unit.c(1074) : error C2065: 'bl' : undeclared identifier
..\src\map\unit.c(1074) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
..\src\map\unit.c(1074) : warning C4024: 'clif_status_change' : different types for formal and actual parameter 1
..\src\map\unit.c(1181) : error C2440: 'function' : cannot convert from 'block_list' to 'block_list *'
..\src\map\unit.c(1181) : warning C4024: 'clif_status_change' : different types for formal and actual parameter 1

..\src\map\status.c(6231) : warning C4020: 'clif_status_load' : too many actual parameters

..\src\map\clif.c(4551) : error C2039: 'display_skill_timers' : is not a member of 'Battle_Config'
...\src\map\battle.h(98) : see declaration of 'Battle_Config'
..\src\map\clif.c(4558) : error C2039: 'display_skill_timers' : is not a member of 'Battle_Config'
...\src\map\battle.h(98) : see declaration of 'Battle_Config'


Edit: r13614 fixes 2 of the errors.

This post has been edited by BrianL: Mar 24 2009, 03:42 AM